From f787817bdaff8426f6ff16db089866291257d32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Tue, 2 Feb 2021 10:24:28 +0100 Subject: [PATCH] oraculum: Scale up --- roles/openshift-apps/oraculum/templates/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/oraculum/templates/deploymentconfig.yml b/roles/openshift-apps/oraculum/templates/deploymentconfig.yml index 6f82959441..f839564f6c 100644 --- a/roles/openshift-apps/oraculum/templates/deploymentconfig.yml +++ b/roles/openshift-apps/oraculum/templates/deploymentconfig.yml @@ -113,7 +113,7 @@ spec: {% if env == 'staging' %} replicas: 2 {% else %} - replicas: 1 # Change me to some biiig numba after you got me working + replicas: 4 # Change me to some biiig numba after you got me working {% endif %} selector: app: oraculum