From 752e75dca4c554fc612bef48e253ab7743729445 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 53c5dc4..eaf7afa 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: