Skip to content

Commit

Permalink
fix: Increase backoff retries and duration for CP4I
Browse files Browse the repository at this point in the history
Signed-off-by: Denilson Nastacio <[email protected]>
  • Loading branch information
nastacio committed Oct 11, 2023
1 parent ae9ab1d commit 5a2dd4b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ spec:
automated:
prune: true
selfHeal: true
retry:
limit: 10
backoff:
duration: 10s
factor: 2
maxDuration: 1h0m0s
2 changes: 1 addition & 1 deletion config/argocd-cloudpaks/cp4i/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.8.2
version: 0.8.3

# 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
6 changes: 6 additions & 0 deletions config/argocd-cloudpaks/cp4i/templates/0100-cp4i-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ spec:
automated:
prune: true
selfHeal: true
retry:
limit: 10
backoff:
duration: 10s
factor: 2
maxDuration: 2h0m0s
status:
health: {}
summary: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ spec:
automated:
prune: true
selfHeal: true
retry:
limit: 10
backoff:
duration: 10s
factor: 2
maxDuration: 2h0m0s

0 comments on commit 5a2dd4b

Please sign in to comment.