Skip to content

Commit 40d9c41

Browse files
committed
Reduce revisionHistoryLimit to 1
1 parent 7b38537 commit 40d9c41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: examples/analysis/rollout-with-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: canary-demo
55
spec:
66
replicas: 5
7-
revisionHistoryLimit: 3
7+
revisionHistoryLimit: 1
88
selector:
99
matchLabels:
1010
app: canary-demo

Diff for: examples/blue-green/bluegreen-rollout.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
app: bluegreen-demo
77
spec:
88
replicas: 3
9-
revisionHistoryLimit: 3
9+
revisionHistoryLimit: 1
1010
selector:
1111
matchLabels:
1212
app: bluegreen-demo

Diff for: examples/canary/canary-rollout.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: canary-demo
55
spec:
66
replicas: 5
7-
revisionHistoryLimit: 3
7+
revisionHistoryLimit: 1
88
selector:
99
matchLabels:
1010
app: canary-demo

0 commit comments

Comments
 (0)