Skip to content

Commit

Permalink
fix(base-cluster/kube-prometheus-stack): set deployment strategy to r… (
Browse files Browse the repository at this point in the history
#1067)

…ecreate when persistence is enabled
  • Loading branch information
marvinWolff authored Aug 1, 2024
1 parent e7bc047 commit 19854b7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ resources: {{- include "common.resources" .Values.monitoring.grafana | nindent 2
persistence: {{- include "common.storage.class" (dict "persistence" .Values.monitoring.grafana.persistence "global" $.Values.global) | nindent 2 }}
enabled: true
size: {{ .Values.monitoring.grafana.persistence.size }}
accessModes:
- ReadWriteOnce
deploymentStrategy:
type: Recreate
{{- end }}
serviceMonitor:
interval: "30s"
Expand Down

0 comments on commit 19854b7

Please sign in to comment.