CHORE(app): update prod overlay replicas to 2

- Scale production to 2 replicas
- Improve availability
This commit is contained in:
2025-12-03 13:25:02 +09:00
parent 5430b1b549
commit fdfe0834c7
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ metadata:
labels: labels:
environment: production environment: production
spec: spec:
replicas: 1 replicas: 2
template: template:
spec: spec:
containers: containers:

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/todo - name: ghcr.io/mayne0213/todo
newTag: main-sha-2d40d0c42dd9a1216f1d193ed492d645c8f63d28 newTag: main-sha-6365b2323b5af23e68cd15b5ddb12649d39ea560
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml