Allow customizing the controller webhook port (#1410)

Closes #1314

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Nicholas Farley
2022-05-15 21:33:13 -04:00
committed by GitHub
parent b5194fd75a
commit 95ddc77245
6 changed files with 36 additions and 16 deletions

View File

@@ -12,6 +12,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
|----------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------|
| `labels` | Set labels to apply to all resources in the chart | |
| `replicaCount` | Set the number of controller pods | 1 |
| `webhookPort` | Set the containerPort for the webhook Pod | 9443 |
| `syncPeriod` | Set the period in which the controler reconciles the desired runners count | 10m |
| `enableLeaderElection` | Enable election configuration | true |
| `leaderElectionId` | Set the election ID for the controller group | |