Skip to content

Commit

Permalink
Merge pull request #2230 from yudong2015/argocd-timeout
Browse files Browse the repository at this point in the history
update readinessProbe/livenessProbe timeout of argocd servers
  • Loading branch information
ks-ci-bot authored Oct 8, 2023
2 parents 82a7491 + 0d9cc2b commit 2b755f0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions roles/ks-devops/templates/argo-cd-values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ global:
dex:
image:
repository: "{{ argocd_dex_repo }}"
readinessProbe:
enabled: true
timeoutSeconds: 10
livenessProbe:
enabled: true
timeoutSeconds: 10

controller:
readinessProbe:
timeoutSeconds: 10
livenessProbe:
timeoutSeconds: 10

applicationSet:
image:
Expand All @@ -13,3 +25,15 @@ applicationSet:
redis:
image:
repository: "{{ argocd_redis_repo }}"

repoServer:
readinessProbe:
timeoutSeconds: 10
livenessProbe:
timeoutSeconds: 10

server:
readinessProbe:
timeoutSeconds: 10
livenessProbe:
timeoutSeconds: 10

0 comments on commit 2b755f0

Please sign in to comment.