parent
d7142b6c76
commit
6c1b6abd61
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ metadata:
|
|||
spec:
|
||||
# There can be only one pod for IRC
|
||||
# Staging is currently unable to connect to IRC outside because of firewall rules.
|
||||
replicas: "{{ (env == 'production')|ternary('1', '0') }}"
|
||||
replicas: {{ (env == 'production')|ternary('1', '0') }}
|
||||
selector:
|
||||
app: fmn
|
||||
deploymentconfig: sender-irc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue