Badges: 2 consumers in prod should be enough for everyone
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
18390f3189
commit
91a57247f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue