From 84bbe1a11cfe05637348c4d0aaaa0ed52f79eb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 4 Jan 2021 15:52:07 +0100 Subject: [PATCH] the-new-hotness: Lower the number of replicas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The-new-hotness is using dogpile cache and the more replicas running caused that sometimes the build was missed because one replica started the build and saved the build id to cache and the other received the message about completion and dropped it. 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 367a74b778..038f805888 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: 2 + replicas: 1 selector: deploymentconfig: the-new-hotness strategy: