Commit d4480c9 1 parent e45cf58 commit d4480c9 Copy full SHA for d4480c9
File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ The following tables lists the configurable parameters of the Flux chart and the
265
265
| `memcached.securityContext` | [See values.yaml](/chart/flux/values.yaml#L176-L179) | Container security context for memcached
266
266
| `memcached.nodeSelector` | `{}` | Node Selector properties for the memcached deployment
267
267
| `memcached.tolerations` | `[]` | Tolerations properties for the memcached deployment
268
+ | `memcached.priorityClassName` | `""` | The name of the priority class to assign to the memcached pod.
268
269
| `kube.config` | [See values.yaml](/chart/flux/values.yaml#L200-L212) | Override for kubectl default config in the Flux pod(s).
269
270
| `priorityClassName` | `""` | Set priority class for Flux
270
271
| `prometheus.enabled` | `false` | If enabled, adds prometheus annotations to Flux and helmOperator pod(s)
Original file line number Diff line number Diff line change 26
26
app : {{ template "flux.name" . }}-memcached
27
27
release : {{ .Release.Name }}
28
28
spec :
29
+ {{- if .Values.memcached.priorityClassName }}
30
+ priorityClassName : {{ .Values.memcached.priorityClassName }}
31
+ {{- end }}
29
32
{{- if .Values.memcached.pullSecret }}
30
33
imagePullSecrets :
31
34
- name : {{ .Values.memcached.pullSecret }}
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ memcached:
210
210
# requests:
211
211
# cpu: 50m
212
212
# memory: 512Mi
213
+ priorityClassName : " "
213
214
214
215
ssh :
215
216
# Overrides for git over SSH. If you use your own git server, you
You can’t perform that action at this time.
0 commit comments