From 3e3f964ac51cca66fa8d04a67f0b30fed76131af Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 3 Dec 2024 02:25:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F(helm)=20set=20celery=20an?= =?UTF-8?q?d=20summary=20replicas=20to=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These two services are not yet needed in production. Disable them. --- src/helm/env.d/production/values.meet.yaml.gotmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/helm/env.d/production/values.meet.yaml.gotmpl b/src/helm/env.d/production/values.meet.yaml.gotmpl index 908c9404..2da52468 100644 --- a/src/helm/env.d/production/values.meet.yaml.gotmpl +++ b/src/helm/env.d/production/values.meet.yaml.gotmpl @@ -165,3 +165,9 @@ posthog: cert-manager.io/cluster-issuer: letsencrypt nginx.ingress.kubernetes.io/upstream-vhost: eu-assets.i.posthog.com nginx.ingress.kubernetes.io/backend-protocol: https + +summary: + replicas: 0 + +celery: + replicas: 0