From c2028e496393a7baac137f77814a7360833f9dff Mon Sep 17 00:00:00 2001 From: juvdiaz Date: Tue, 2 Jun 2026 22:18:01 -0600 Subject: [PATCH] Use recreate rollout for Heimdall --- apps/heimdall/web-app.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/heimdall/web-app.yaml b/apps/heimdall/web-app.yaml index 8e1307d..871bdfe 100644 --- a/apps/heimdall/web-app.yaml +++ b/apps/heimdall/web-app.yaml @@ -257,6 +257,8 @@ metadata: app: heimdall spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: heimdall