From ad666445672f90660c7efaf677ae5ce58c90c346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 19 Apr 2023 09:20:22 +0200 Subject: [PATCH] FMN: run the IRC sender now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fmn/templates/deploymentconfig.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/openshift-apps/fmn/templates/deploymentconfig.yml b/roles/openshift-apps/fmn/templates/deploymentconfig.yml index 71e6163408..695914a4a8 100644 --- a/roles/openshift-apps/fmn/templates/deploymentconfig.yml +++ b/roles/openshift-apps/fmn/templates/deploymentconfig.yml @@ -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