Skip to content

Commit

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

controller:
Expand Down

0 comments on commit 5a7507b

Please sign in to comment.