From f72a76f00f97970775c97b183ac36a9190ed5c4b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 22 Dec 2025 11:49:31 -0300 Subject: [PATCH] jitsi: use recreate for hostPort rollout --- services/jitsi/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/jitsi/deployment.yaml b/services/jitsi/deployment.yaml index 53c5dc42..eaf7afa9 100644 --- a/services/jitsi/deployment.yaml +++ b/services/jitsi/deployment.yaml @@ -91,6 +91,8 @@ metadata: namespace: jitsi spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: { app: jitsi-jvb } template: