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ý <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-01-04 15:52:07 +01:00
parent 392a9bcebb
commit 84bbe1a11c

View file

@ -8,7 +8,7 @@ items:
service: the-new-hotness
name: the-new-hotness
spec:
replicas: 2
replicas: 1
selector:
deploymentconfig: the-new-hotness
strategy: