the-new-hotness: Rise the number of replicas to 2
This should prevent stucking the queue, when one pod is stuck. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
6de3d18b45
commit
93f777cc69
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ items:
|
||||||
service: the-new-hotness
|
service: the-new-hotness
|
||||||
name: the-new-hotness
|
name: the-new-hotness
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
deploymentconfig: the-new-hotness
|
deploymentconfig: the-new-hotness
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue