Skip to content

Commit

Permalink
Bump up the default status/operation processors to 20/10 respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Nov 16, 2018
1 parent 17bcb3b commit 641b7fd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 8 additions & 1 deletion manifests/base/application-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ spec:
app: application-controller
spec:
containers:
- command: [/argocd-application-controller, --repo-server, 'argocd-repo-server:8081']
- command:
- /argocd-application-controller
- --repo-server
- argocd-repo-server:8081
- --status-processors
- "20"
- --operation-processors
- "10"
image: argoproj/argocd-application-controller:latest
name: application-controller
serviceAccountName: application-controller
4 changes: 4 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ spec:
- /argocd-application-controller
- --repo-server
- argocd-repo-server:8081
- --status-processors
- "20"
- --operation-processors
- "10"
image: argoproj/argocd-application-controller:latest
name: application-controller
serviceAccountName: application-controller
Expand Down
4 changes: 4 additions & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ spec:
- /argocd-application-controller
- --repo-server
- argocd-repo-server:8081
- --status-processors
- "20"
- --operation-processors
- "10"
image: argoproj/argocd-application-controller:latest
name: application-controller
serviceAccountName: application-controller
Expand Down

0 comments on commit 641b7fd

Please sign in to comment.