From 06a1cde738cb368ce69dfdff5be2fd95a1a69327 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 31 Dec 2025 18:12:45 -0300 Subject: [PATCH] communication: scale down MAS and Synapse for syn2mas --- services/communication/mas-deployment.yaml | 2 +- services/communication/synapse-rendered.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/communication/mas-deployment.yaml b/services/communication/mas-deployment.yaml index 9643175..92364ac 100644 --- a/services/communication/mas-deployment.yaml +++ b/services/communication/mas-deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: app: matrix-authentication-service spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: matrix-authentication-service diff --git a/services/communication/synapse-rendered.yaml b/services/communication/synapse-rendered.yaml index ec6d473..0f21264 100644 --- a/services/communication/synapse-rendered.yaml +++ b/services/communication/synapse-rendered.yaml @@ -666,7 +666,7 @@ metadata: app.kubernetes.io/managed-by: Helm app.kubernetes.io/component: synapse spec: - replicas: 1 + replicas: 0 strategy: type: RollingUpdate selector: