From 84bbe1a11cfe05637348c4d0aaaa0ed52f79eb87 Mon Sep 17 00:00:00 2001 From: Michal Konečný Date: Jan 04 2021 14:56:31 +0000 Subject: the-new-hotness: Lower the number of replicas 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ý --- diff --git a/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml b/roles/openshift-apps/the-new-hotness/files/deploymentconfig.yml index 367a74b..038f805 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: