CHORE(deploy): scale deployment to 2 replicas

- Increase replica count for HA
- Improve service reliability
This commit is contained in:
2025-12-03 13:16:18 +09:00
parent b9a05dae65
commit b6441c663a
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ metadata:
labels:
app: todo-app
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: todo-app

View File

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