File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
helm/endpoint-copier-operator Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2020 labels :
2121 {{- include "endpoint-copier-operator.selectorLabels" . | nindent 8 }}
2222 spec :
23+ {{- if .Values.priorityClassName }}
24+ priorityClassName : {{ .Values.priorityClassName }}
25+ {{- end }}
2326 securityContext :
2427 {{- toYaml .Values.podSecurityContext | nindent 8 }}
2528 {{- with .Values.nodeSelector }}
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ podSecurityContext:
2929 seccompProfile :
3030 type : RuntimeDefault
3131
32+ priorityClassName : " system-cluster-critical"
33+
3234securityContext :
3335 allowPrivilegeEscalation : false
3436 capabilities :
@@ -37,11 +39,11 @@ securityContext:
3739
3840resources :
3941 limits :
40- cpu : 500m
41- memory : 128Mi
42- requests :
43- cpu : 10m
42+ cpu : 100m
4443 memory : 64Mi
44+ requests :
45+ cpu : 5m
46+ memory : 32Mi
4547
4648autoscaling :
4749 enabled : false
You can’t perform that action at this time.
0 commit comments