You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/cf-common/values.yaml
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -11,27 +11,27 @@ global:
11
11
rollout:
12
12
analysis:
13
13
# Limits the number of successful analysis runs and experiments to be stored in a history
14
-
successfulRunHistoryLimit:4
14
+
successfulRunHistoryLimit:
15
15
# Limits the number of unsuccessful analysis runs and experiments to be stored in a history. ( Stages for unsuccessful: "Error", "Failed", "Inconclusive" )
16
-
unsuccessfulRunHistoryLimit:2
16
+
unsuccessfulRunHistoryLimit:
17
17
# Rollout update strategy - can be Canary or BlueGreen.
18
-
strategy:Canary
18
+
strategy:
19
19
# Canary update strategy parameters
20
20
canary:
21
21
# The maximum number of pods that can be unavailable during the update. Value can be an absolute number / percentage
22
-
maxUnavailable:1
22
+
maxUnavailable:
23
23
# The maximum number of pods that can be scheduled above the original number of pods. Value can be an absolute number / percentage
24
-
maxSurge:25%
24
+
maxSurge:
25
25
# Steps define sequence of steps to take during an update of the canary.
26
26
steps:
27
27
# Sets the ratio of canary ReplicaSet in percentage.
28
-
- setWeight:10
28
+
- setWeight:
29
29
# Pauses the rollout for configured duration of time. Supported units: s, m, h. when setting `duration: {}` it will pauses indefinitely until manually resumed
30
30
- pause:
31
-
duration:1h
32
-
- setWeight:20
31
+
duration:
32
+
- setWeight:
33
33
- pause:
34
-
duration:{}
34
+
duration:
35
35
# -- Global Env vars. NO precedence over `.Values.container.env`
36
36
env: {}
37
37
@@ -62,27 +62,27 @@ controller:
62
62
rollout:
63
63
analysis:
64
64
# Limits the number of successful analysis runs and experiments to be stored in a history
65
-
successfulRunHistoryLimit:4
65
+
successfulRunHistoryLimit:
66
66
# Limits the number of unsuccessful analysis runs and experiments to be stored in a history. ( Stages for unsuccessful: "Error", "Failed", "Inconclusive" )
67
-
unsuccessfulRunHistoryLimit:2
67
+
unsuccessfulRunHistoryLimit:
68
68
# Rollout update strategy - can be Canary or BlueGreen.
69
-
strategy:Canary
69
+
strategy:
70
70
# Canary update strategy parameters
71
71
canary:
72
72
# The maximum number of pods that can be unavailable during the update. Value can be an absolute number / percentage
73
-
maxUnavailable:1
73
+
maxUnavailable:
74
74
# The maximum number of pods that can be scheduled above the original number of pods. Value can be an absolute number / percentage
75
-
maxSurge:25%
75
+
maxSurge:
76
76
# Steps define sequence of steps to take during an update of the canary.
77
77
steps:
78
78
# Sets the ratio of canary ReplicaSet in percentage.
79
-
- setWeight:10
79
+
- setWeight:
80
80
# Pauses the rollout for configured duration of time. Supported units: s, m, h. when setting `duration: {}` it will pauses indefinitely until manually resumed
0 commit comments