change replica amount

This commit is contained in:
adelyaou 2025-11-20 13:19:35 +07:00
parent 2dc3ef9d6c
commit accdd972ce
1 changed files with 2 additions and 2 deletions

View File

@ -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: