feat: allow controller replicas to be set (#496)
Signed-off-by: mr-sour <mr-sour@users.noreply.github.com> Co-authored-by: mr-sour <mr-sour@users.noreply.github.com>
This commit is contained in:
parent
ab8f54d3c2
commit
15a76e56d0
4 changed files with 10 additions and 2 deletions
|
|
@ -119,6 +119,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
|||
| controller.readinessProbe.periodSeconds | [Kubernetes probe configuration](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes) | `10` |
|
||||
| controller.readinessProbe.successThreshold | [Kubernetes probe configuration](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes) | `1` |
|
||||
| controller.readinessProbe.timeoutSeconds | [Kubernetes probe configuration](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes) | `1` |
|
||||
| controller.replicas | The number of controller pods to run | `1` |\
|
||||
| controller.resources | Resource limits and requests for the controller pods. | `{}` |
|
||||
| controller.service.annotations | Controller service annotations. | `{}` |
|
||||
| controller.service.labels | Controller service labels. | `{}` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue