blob: 15946ae72d31f01d857f230f1bd319cccb588845 [file] [log] [blame]
{{- if .Values.cni.resourceQuotas.enabled }}
apiVersion: v1
kind: ResourceQuota
metadata:
name: istio-cni-resource-quota
namespace: {{ .Release.Namespace }}
spec:
hard:
pods: {{ .Values.cni.resourceQuotas.pods | quote }}
scopeSelector:
matchExpressions:
- operator: In
scopeName: PriorityClass
values:
- system-node-critical
{{- end }}