File tree 5 files changed +18
-0
lines changed
charts/kubernetes-dashboard
5 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ spec:
112
112
{{ toYaml . | nindent 8 }}
113
113
{{- end }}
114
114
115
+ {{- with .Values.app.priorityClassName }}
116
+ priorityClassName : {{ . }}
117
+ {{- end }}
118
+
115
119
{{- if or .Values.api.nodeSelector .Values.app.scheduling.nodeSelector }}
116
120
nodeSelector :
117
121
{{- with .Values.api.nodeSelector }}
Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ spec:
113
113
{{ toYaml . | nindent 8 }}
114
114
{{- end }}
115
115
116
+ {{- with .Values.app.priorityClassName }}
117
+ priorityClassName : {{ . }}
118
+ {{- end }}
119
+
116
120
{{- if or .Values.auth.nodeSelector .Values.app.scheduling.nodeSelector }}
117
121
nodeSelector :
118
122
{{- with .Values.auth.nodeSelector }}
Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ spec:
110
110
{{ toYaml . | nindent 8 }}
111
111
{{- end }}
112
112
113
+ {{- with .Values.app.priorityClassName }}
114
+ priorityClassName : {{ . }}
115
+ {{- end }}
116
+
113
117
{{- if or .Values.metricsScraper.nodeSelector .Values.app.scheduling.nodeSelector }}
114
118
nodeSelector :
115
119
{{- with .Values.metricsScraper.nodeSelector }}
Original file line number Diff line number Diff line change @@ -107,6 +107,10 @@ spec:
107
107
{{ toYaml . | nindent 8 }}
108
108
{{- end }}
109
109
110
+ {{- with .Values.app.priorityClassName }}
111
+ priorityClassName : {{ . }}
112
+ {{- end }}
113
+
110
114
{{- if or .Values.web.nodeSelector .Values.app.scheduling.nodeSelector }}
111
115
nodeSelector :
112
116
{{- with .Values.web.nodeSelector }}
Original file line number Diff line number Diff line change 55
55
# Common labels & annotations shared across all deployed resources
56
56
labels : {}
57
57
annotations : {}
58
+ # Common priority class used for all deployed resources
59
+ priorityClassName : null
58
60
settings :
59
61
# # Global dashboard settings
60
62
global :
You can’t perform that action at this time.
0 commit comments