istio.io/istio@v0.0.0-20240520182934-d79c90f27776/manifests/charts/istio-cni/templates/resourcequota.yaml (about) 1 {{- if .Values.cni.resourceQuotas.enabled }} 2 apiVersion: v1 3 kind: ResourceQuota 4 metadata: 5 name: {{ template "name" . }}-resource-quota 6 namespace: {{ .Release.Namespace }} 7 spec: 8 hard: 9 pods: {{ .Values.cni.resourceQuotas.pods | quote }} 10 scopeSelector: 11 matchExpressions: 12 - operator: In 13 scopeName: PriorityClass 14 values: 15 - system-node-critical 16 {{- end }}