Set Grafana deployment strategy to Recreate for RWO PVC compatibility

RollingUpdate with a ReadWriteOnce PVC causes a Multi-Attach deadlock
where the new pod can't start because the old pod still holds the
volume. Recreate strategy ensures the old pod is terminated before
the new one is created.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-15 22:33:16 -05:00
co-authored by Claude Opus 4.6
parent ff00f666a0
commit a8b9064248
+4
View File
@@ -14,6 +14,10 @@
adminUser: admin
adminPassword: "admin"
# --- Recreate strategy to avoid RWO PVC Multi-Attach deadlock ---
strategy:
type: Recreate
# --- Deployment annotations for Reloader ---
# Automatically restart Grafana when secrets change
# Note: Unpoller has its own Reloader annotation in unpoller namespace