Skip to content

Commit

Permalink
Merge pull request #49 from FIWARE-Ops/argo-repo-timeout
Browse files Browse the repository at this point in the history
Increase ArgoCD repo-server timeout
  • Loading branch information
dwendland authored Jul 25, 2024
2 parents 33cf08e + f76435b commit 25674a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions aws/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,19 @@ spec:
insecure: true
route:
enabled: true

# Additional parameters as workaround, to increase repo server timeout
controller:
# Defaults: operation=10, status=20
#processors:
# operation: 5
# status: 10
env:
- name: ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_TIMEOUT_SECONDS
value: '500'
repo:
replicas: 3
execTimeout: 300
env:
- name: "ARGOCD_EXEC_TIMEOUT"
value: "5m"

0 comments on commit 25674a5

Please sign in to comment.