increase replicas to 3
This commit is contained in:
parent
32a6e54e47
commit
5eb1f1fc4a
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-poc-nginx-deployment
|
name: k8s-poc-nginx-deployment
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 3
|
||||||
|
|
Loading…
Reference in a new issue