mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
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:
co-authored by
Claude Opus 4.6
parent
ff00f666a0
commit
a8b9064248
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user