fix(grafana): 使用 Recreate 挂载 ZFS PVC
yaml / yaml (pull_request) Successful in 11s

This commit is contained in:
2026-09-10 15:55:28 +00:00
parent 20a60b77d0
commit d09f62c063
2 changed files with 12 additions and 0 deletions
@@ -48,6 +48,12 @@ persistence:
storageClassName: localpv-zfs-ceph
size: 5Gi
# localpv-zfs-ceph cannot mount the same RWO volume into the old and new Grafana
# Pods concurrently. RollingUpdate leaves the old Pod serving while the new Pod
# blocks forever in verifyMount, so upgrades must stop the old Pod first.
deploymentStrategy:
type: Recreate
# --- Private exposure via the Tailscale ingress (like seaweedfs-admin) ---
# The tailscale operator provisions grafana.<tailnet>.ts.net and a TLS cert.
ingress: