File tree Expand file tree Collapse file tree 4 files changed +990
-68
lines changed
apps/argo-cd/_components/ha-manifests Expand file tree Collapse file tree 4 files changed +990
-68
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,20 @@ patches:
3434 requests:
3535 cpu: 100m
3636 memory: 150Mi
37+
38+ # Reduce startup time
39+ - op: replace
40+ path: /spec/template/spec/containers/0/livenessProbe/initialDelaySeconds
41+ value: 15
42+ - op: replace
43+ path: /spec/template/spec/containers/1/livenessProbe/initialDelaySeconds
44+ value: 15
45+ - op: replace
46+ path: /spec/template/spec/containers/0/readinessProbe/initialDelaySeconds
47+ value: 15
48+ - op: replace
49+ path: /spec/template/spec/containers/1/readinessProbe/initialDelaySeconds
50+ value: 15
3751 - target :
3852 name : argocd-redis-ha-haproxy
3953 kind : StatefulSet
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ configMapGenerator:
1212 - name : codefresh-cm
1313 behavior : create
1414 literals :
15- - version=0.0.511 # Runtime version
16- - bootstrapRevision=0.0.511 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+ - version=0.0.512 # Runtime version
16+ - bootstrapRevision=0.0.512 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
1717 - appsetRequeueTime=15
1818
1919replacements :
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : csdp-installer
33description : A Helm chart used for installing a CSDP runtime
44type : application
5- version : 0.1.31
5+ version : 0.1.34
66appVersion : v0.0.13
You can’t perform that action at this time.
0 commit comments