Skip to content

Commit

Permalink
fix: add maxConcurrentReconciles option in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
xabufr committed Feb 18, 2025
1 parent fb6b836 commit 9cba640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/ingressmonitorcontroller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --max-concurrent-reconciles={{ .Values.maxConcurrentReconciles }}
command:
- /manager
env:
Expand Down
3 changes: 3 additions & 0 deletions charts/ingressmonitorcontroller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ namespaceOverride: ""
# Leave empty for full access or specify a comma separated list of namespaces to watch
watchNamespaces: ""

# Number of concurrent reconciles
maxConcurrentReconciles: 1

# Name of secret containing
configSecretName: "imc-config"

Expand Down

0 comments on commit 9cba640

Please sign in to comment.