Skip to content

Commit df48c14

Browse files
committed
Update values.yaml
1 parent 0c1aaee commit df48c14

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

charts/cf-common/values.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ global:
1111
rollout:
1212
analysis:
1313
# Limits the number of successful analysis runs and experiments to be stored in a history
14-
successfulRunHistoryLimit: 4
14+
successfulRunHistoryLimit:
1515
# 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:
1717
# Rollout update strategy - can be Canary or BlueGreen.
18-
strategy: Canary
18+
strategy:
1919
# Canary update strategy parameters
2020
canary:
2121
# The maximum number of pods that can be unavailable during the update. Value can be an absolute number / percentage
22-
maxUnavailable: 1
22+
maxUnavailable:
2323
# 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:
2525
# Steps define sequence of steps to take during an update of the canary.
2626
steps:
2727
# Sets the ratio of canary ReplicaSet in percentage.
28-
- setWeight: 10
28+
- setWeight:
2929
# Pauses the rollout for configured duration of time. Supported units: s, m, h. when setting `duration: {}` it will pauses indefinitely until manually resumed
3030
- pause:
31-
duration: 1h
32-
- setWeight: 20
31+
duration:
32+
- setWeight:
3333
- pause:
34-
duration: {}
34+
duration:
3535
# -- Global Env vars. NO precedence over `.Values.container.env`
3636
env: {}
3737

@@ -62,27 +62,27 @@ controller:
6262
rollout:
6363
analysis:
6464
# Limits the number of successful analysis runs and experiments to be stored in a history
65-
successfulRunHistoryLimit: 4
65+
successfulRunHistoryLimit:
6666
# 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:
6868
# Rollout update strategy - can be Canary or BlueGreen.
69-
strategy: Canary
69+
strategy:
7070
# Canary update strategy parameters
7171
canary:
7272
# The maximum number of pods that can be unavailable during the update. Value can be an absolute number / percentage
73-
maxUnavailable: 1
73+
maxUnavailable:
7474
# 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:
7676
# Steps define sequence of steps to take during an update of the canary.
7777
steps:
7878
# Sets the ratio of canary ReplicaSet in percentage.
79-
- setWeight: 10
79+
- setWeight:
8080
# Pauses the rollout for configured duration of time. Supported units: s, m, h. when setting `duration: {}` it will pauses indefinitely until manually resumed
8181
- pause:
82-
duration: 1h
83-
- setWeight: 20
82+
duration:
83+
- setWeight:
8484
- pause:
85-
duration: {}
85+
duration:
8686

8787
# -- Set image pull secrets as array
8888
imagePullSecrets: []

0 commit comments

Comments
 (0)