mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[stable/prometheus] De-duplicate "affinity" for Prometheus StatefulSet Object (#22129)
* Deduplicate "affinity" for Prometheus StatefulSet Object Signed-off-by: Miroslav Hadzhiev <miroslav.hadzhiev@gmail.com> * Bump Chart Ver. to "11.1.4" Signed-off-by: Miroslav Hadzhiev <miroslav.hadzhiev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
12aac7210f
commit
cf588b21b3
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: prometheus
|
||||
version: 11.1.3
|
||||
version: 11.1.4
|
||||
appVersion: 2.16.0
|
||||
description: Prometheus is a monitoring system and time series database.
|
||||
home: https://prometheus.io/
|
||||
|
||||
@@ -32,10 +32,6 @@ spec:
|
||||
{{ toYaml .Values.server.statefulSet.labels | nindent 8 }}
|
||||
{{- end}}
|
||||
spec:
|
||||
{{- if .Values.server.affinity }}
|
||||
affinity:
|
||||
{{ toYaml .Values.server.affinity | indent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.server.priorityClassName }}
|
||||
priorityClassName: "{{ .Values.server.priorityClassName }}"
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user