Badges: 2 consumers in prod should be enough for everyone

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-04-24 10:39:35 +02:00
parent 18390f3189
commit 91a57247f9
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -129,7 +129,7 @@ metadata:
app: badges
spec:
# There can be as many as necessary
replicas: {{ (env == 'production')|ternary(5, 1) }}
replicas: {{ (env == 'production')|ternary(2, 1) }}
selector:
app: badges
deploymentconfig: consumer