change replica amount
This commit is contained in:
parent
2dc3ef9d6c
commit
accdd972ce
|
|
@ -3,7 +3,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: backend-deployment
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
|
@ -21,7 +21,7 @@ kind: Deployment
|
|||
metadata:
|
||||
name: frontend-deployment
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
|
|
|
|||
Loading…
Reference in New Issue