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 committed Sep 1, 2023
1 parent 9b57d5f commit 0d9cc2b
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 0d9cc2b

Please sign in to comment.