From 8be054f99aa4b569d9d2e1fd7392ffc41abdc597 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Fri, 12 Jun 2026 12:38:05 -0500 Subject: [PATCH] deploy(devicemgmt): use recreate for sqlite pvc rollout --- apps/fc-devicemgmt/deployment-web.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/fc-devicemgmt/deployment-web.yaml b/apps/fc-devicemgmt/deployment-web.yaml index 4b078ee..4636e10 100644 --- a/apps/fc-devicemgmt/deployment-web.yaml +++ b/apps/fc-devicemgmt/deployment-web.yaml @@ -52,6 +52,8 @@ metadata: spec: replicas: 1 revisionHistoryLimit: 3 + strategy: + type: Recreate selector: matchLabels: app: fc-devicemgmt-web