vaultwarden: avoid RWO multi-attach rollout

This commit is contained in:
Brad Stein 2026-01-03 17:12:46 -03:00
parent 5f16313f85
commit f2a9ba8449

View File

@ -7,7 +7,10 @@ metadata:
spec:
replicas: 1
strategy:
type: Recreate
type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector:
matchLabels:
app: vaultwarden