File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 requests :
9494 cpu : 100m
9595 memory : 50Mi
96- priorityClassName : system-cluster-critical
96+ priorityClassName : " system-cluster-critical"
Original file line number Diff line number Diff line change @@ -104,7 +104,9 @@ spec:
104104 volumeMounts :
105105 {{- toYaml . | nindent 12 }}
106106 {{- end }}
107- priorityClassName : system-cluster-critical
107+ {{- if .Values.priorityClassName }}
108+ priorityClassName : {{ .Values.priorityClassName | quote }}
109+ {{- end }}
108110 {{- with .Values.extraVolumes }}
109111 volumes :
110112 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ nodeSelector: {}
113113# Set the affinity for pods. (Only works with kind=Deployment)
114114affinity : {}
115115
116+ # pods priorityClassName
117+ # ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption
118+ priorityClassName : " system-cluster-critical"
119+
116120robot :
117121 # Set to true to enable support for Robot (Dedicated) servers.
118122 enabled : false
Original file line number Diff line number Diff line change 9999 requests :
100100 cpu : 100m
101101 memory : 50Mi
102- priorityClassName : system-cluster-critical
102+ priorityClassName : " system-cluster-critical"
Original file line number Diff line number Diff line change 9191 requests :
9292 cpu : 100m
9393 memory : 50Mi
94- priorityClassName : system-cluster-critical
94+ priorityClassName : " system-cluster-critical"
You can’t perform that action at this time.
0 commit comments