Skip to content

Commit

Permalink
Add controller env timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed Dec 13, 2023
1 parent 486be26 commit e9e89bf
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 90 deletions.
Binary file added day2-application-0.0.8.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion day2-application/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.7
version: 0.0.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 4 additions & 1 deletion day2-application/templates/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ spec:
redis: {}
controller:
processors: {}
sharding: {}
sharding: {}
env:
- name: ARGOCD_RECONCILIATION_TIMEOUT
value: 15s
Loading

0 comments on commit e9e89bf

Please sign in to comment.