FMN: run the IRC sender now

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-04-19 09:20:22 +02:00
parent daef30de58
commit ad66644567
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -359,9 +359,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') }}
# Don't start in prod either until we have a secondary IRC account
replicas: 0
replicas: {{ (env == 'production')|ternary('1', '0') }}
selector:
app: fmn
deploymentconfig: sender-irc