[bitnami/memcached] Add topology constraints (#6081)

This commit is contained in:
Matthew Wynn
2021-04-13 00:09:56 -07:00
committed by GitHub
parent 3ac71514e2
commit b068efa166
5 changed files with 13 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ spec:
{{- if .Values.tolerations }}
tolerations: {{- include "common.tplvalues.render" (dict "value" .Values.tolerations "context" .) | nindent 8 }}
{{- end }}
{{- if .Values.topologySpreadConstraints }}
topologySpreadConstraints: {{- include "common.tplvalues.render" (dict "value" .Values.topologySpreadConstraints "context" .) | nindent 8 }}
{{- end }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName | quote }}
{{- end }}