From d0596e2c3ab3d06a1fde9dc7f546c3cbbfede5c4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 21:53:50 -0600 Subject: [PATCH] scale to 0 --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index e834c2ad2..41257fc2a 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -306,7 +306,7 @@ mautrix-whatsapp: controllers: main: type: statefulset - replicas: 1 + replicas: 0 strategy: RollingUpdate revisionHistoryLimit: 3 initContainers: