🚑️(helm) set celery and summary replicas to 0

These two services are not yet needed in production. Disable them.
This commit is contained in:
lebaudantoine
2024-12-03 02:25:52 +01:00
parent bcb111defb
commit 3e3f964ac5

View File

@@ -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