Skip to content

Commit d33a062

Browse files
Change ArgoCD manifests to ha (#68)
* changed argocd manifest to ha * reduce redis startup time
1 parent 160e3b6 commit d33a062

File tree

4 files changed

+990
-68
lines changed

4 files changed

+990
-68
lines changed

csdp/base_components/apps/argo-cd/_components/ha-manifests/kustomization.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

csdp/base_components/bootstrap/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1919
replacements:

installer/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: csdp-installer
33
description: A Helm chart used for installing a CSDP runtime
44
type: application
5-
version: 0.1.31
5+
version: 0.1.34
66
appVersion: v0.0.13

0 commit comments

Comments
 (0)