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:
parent
392a9bcebb
commit
84bbe1a11c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ items:
|
|||
service: the-new-hotness
|
||||
name: the-new-hotness
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
selector:
|
||||
deploymentconfig: the-new-hotness
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue