Skip to content

Commit af6ec27

Browse files
committed
chore: CD 배포 시 누적되는 이전 ReplicaSet 자동 정리를 위해 revisionHistoryLimit 추가
1 parent faca7e9 commit af6ec27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

k8s/redis/deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
app.kubernetes.io/part-of: opentraum
99
app.kubernetes.io/component: cache
1010
spec:
11+
revisionHistoryLimit: 2
1112
replicas: 1
1213
selector:
1314
matchLabels:

0 commit comments

Comments
 (0)