[toddlers] Increase number of replicas
The production currently runs 3 replicas, but the deploymentconfig says 1. We should be consistent in this. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
9ddd41f210
commit
2610cb17cf
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ metadata:
|
||||||
service: toddlers
|
service: toddlers
|
||||||
name: toddlers
|
name: toddlers
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
app: toddlers
|
app: toddlers
|
||||||
deploymentconfig: toddlers
|
deploymentconfig: toddlers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue