deploy(devicemgmt): use rwo-safe rolling strategy

This commit is contained in:
Andrew Stoltz
2026-06-12 12:42:20 -05:00
parent 8be054f99a
commit bf96f7b9a2

View File

@@ -53,7 +53,10 @@ spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3 revisionHistoryLimit: 3
strategy: strategy:
type: Recreate type: RollingUpdate
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector: selector:
matchLabels: matchLabels:
app: fc-devicemgmt-web app: fc-devicemgmt-web