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