[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:
Michal Konečný 2022-06-30 11:13:58 +02:00
parent 9ddd41f210
commit 2610cb17cf

View file

@ -7,7 +7,7 @@ metadata:
service: toddlers
name: toddlers
spec:
replicas: 1
replicas: 3
selector:
app: toddlers
deploymentconfig: toddlers