From bf96f7b9a249d0a507f055702140decdb7447444 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 12 Jun 2026 12:42:20 -0500 Subject: [PATCH] deploy(devicemgmt): use rwo-safe rolling strategy --- apps/fc-devicemgmt/deployment-web.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fc-devicemgmt/deployment-web.yaml b/apps/fc-devicemgmt/deployment-web.yaml index 4636e10..a1745cd 100644 --- a/apps/fc-devicemgmt/deployment-web.yaml +++ b/apps/fc-devicemgmt/deployment-web.yaml @@ -53,7 +53,10 @@ spec: replicas: 1 revisionHistoryLimit: 3 strategy: - type: Recreate + type: RollingUpdate + rollingUpdate: + maxSurge: 0 + maxUnavailable: 1 selector: matchLabels: app: fc-devicemgmt-web