FMN: disable IRC on staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
301902bed8
commit
ca25697144
1 changed files with 2 additions and 1 deletions
|
@ -353,7 +353,8 @@ metadata:
|
|||
app: fmn
|
||||
spec:
|
||||
# There can be only one pod for IRC
|
||||
replicas: 1
|
||||
# Staging is currently unable to connect to IRC outside because of firewall rules.
|
||||
replicas: {{ (env == 'production')|ternary('1', '0') }}
|
||||
selector:
|
||||
app: fmn
|
||||
deploymentconfig: sender-irc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue