postgres-operator-ui: bump to v1.12.0, helm chart v1.12.0

This commit is contained in:
ace
2024-06-01 03:42:01 +03:00
parent 2ec29384d5
commit 6b110c9f5b
4 changed files with 58 additions and 57 deletions

View File

@ -94,3 +94,12 @@ spec:
{{- if .Values.extraEnvs }}
{{- .Values.extraEnvs | toYaml | nindent 12 }}
{{- end }}
affinity:
{{ toYaml .Values.affinity | indent 8 }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
tolerations:
{{ toYaml .Values.tolerations | indent 8 }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}