1
0
Fork 0

refactor(bee): grafana deployment strategy to Recreate

Some downtime is OK for Grafana, since I am using PVC with access mode `ReadWriteOnce` which is a blocker for a rolling update deployment strategy
This commit is contained in:
Vojtěch Mareš 2023-02-02 21:14:01 +01:00
parent 9aa80c21d9
commit 15fc85fafb
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -17,6 +17,9 @@ spec:
helm: helm:
releaseName: grafana-ops releaseName: grafana-ops
values: | values: |
deploymentStrategy:
type: Recreate
ingress: ingress:
enabled: true enabled: true