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