From 93f777cc698b41c024c21c8de7115c3ce3fc4f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 29 Jul 2020 10:57:10 +0200 Subject: [PATCH] the-new-hotness: Rise the number of replicas to 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should prevent stucking the queue, when one pod is stuck. Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index 038f805888..367a74b778 100644 --- a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml +++ b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml @@ -8,7 +8,7 @@ items: service: the-new-hotness name: the-new-hotness spec: - replicas: 1 + replicas: 2 selector: deploymentconfig: the-new-hotness strategy: