feat(argo-rollouts): upgrade to v1.2.0 (#1135)
* feat(argo-rollouts): upgrade to v1.2.0-rc1 Signed-off-by: Hui Kang <hui.kang@salesforce.com> * [argo-rollouts]:bump minor version and add release version Signed-off-by: Hui Kang <hui.kang@salesforce.com>
This commit is contained in:
parent
86faeec867
commit
0d2d0243a5
10 changed files with 1547 additions and 19 deletions
|
|
@ -32,7 +32,7 @@ controller:
|
|||
# -- Assign custom [affinity] rules to the deployment
|
||||
affinity: {}
|
||||
# -- The number of controller pods to run
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
image:
|
||||
# -- Registry to use
|
||||
registry: quay.io
|
||||
|
|
@ -75,8 +75,8 @@ controller:
|
|||
# @default -- See [values.yaml]
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
port: 8090
|
||||
path: /healthz
|
||||
port: healthz
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 20
|
||||
failureThreshold: 3
|
||||
|
|
@ -88,7 +88,7 @@ controller:
|
|||
readinessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
port: 8090
|
||||
port: metrics
|
||||
initialDelaySeconds: 15
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue