A Helm chart for autoneg-controller-manager.
| Key | Type | Default | Description |
|---|---|---|---|
| annotations | object | {} |
|
| autoscaling | object | {} |
Autoscaling ranges, set minReplicas and maxReplicas if required |
| createNamespace | bool | true |
|
| gke_autoneg_controller.args[0] | string | "--health-probe-bind-address=:8081" |
|
| gke_autoneg_controller.args[1] | string | "--metrics-bind-address=127.0.0.1:8080" |
|
| gke_autoneg_controller.args[2] | string | "--leader-elect" |
|
| gke_autoneg_controller.command[0] | string | "/manager" |
|
| gke_autoneg_controller.image | string | "ghcr.io/googlecloudplatform/gke-autoneg-controller/gke-autoneg-controller:latest" |
|
| gke_autoneg_controller.livenessProbe.httpGet.path | string | "/healthz" |
|
| gke_autoneg_controller.livenessProbe.httpGet.port | int | 8081 |
|
| gke_autoneg_controller.livenessProbe.initialDelaySeconds | int | 15 |
|
| gke_autoneg_controller.livenessProbe.periodSeconds | int | 20 |
|
| gke_autoneg_controller.name | string | "manager" |
|
| gke_autoneg_controller.readinessProbe.httpGet.path | string | "/readyz" |
|
| gke_autoneg_controller.readinessProbe.httpGet.port | int | 8081 |
|
| gke_autoneg_controller.readinessProbe.initialDelaySeconds | int | 5 |
|
| gke_autoneg_controller.readinessProbe.periodSeconds | int | 10 |
|
| gke_autoneg_controller.resources.limits.cpu | string | "100m" |
|
| gke_autoneg_controller.resources.limits.memory | string | "30Mi" |
|
| gke_autoneg_controller.resources.requests.cpu | string | "100m" |
|
| gke_autoneg_controller.resources.requests.memory | string | "20Mi" |
|
| gke_autoneg_controller.securityContext.allowPrivilegeEscalation | bool | false |
|
| gke_autoneg_controller.securityContext.privileged | bool | false |
|
| kube_rbac_proxy.args[0] | string | "--secure-listen-address=0.0.0.0:8443" |
|
| kube_rbac_proxy.args[1] | string | "--upstream=http://127.0.0.1:8080/" |
|
| kube_rbac_proxy.args[2] | string | "--logtostderr=true" |
|
| kube_rbac_proxy.args[3] | string | "--v=10" |
|
| kube_rbac_proxy.image | string | "gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0" |
|
| kube_rbac_proxy.name | string | "kube-rbac-proxy" |
|
| kube_rbac_proxy.port | int | 8443 |
|
| kube_rbac_proxy.securityContext.allowPrivilegeEscalation | bool | false |
|
| kube_rbac_proxy.securityContext.privileged | bool | false |
|
| labels.app | string | "autoneg" |
|
| labels.control-plane | string | "controller-manager" |
|
| name | string | "autoneg-controller-manager" |
|
| nodeSelector."iam.gke.io/gke-metadata-server-enabled" | string | "true" |
|
| replicas | int | 1 |
|
| securityContext.runAsNonRoot | bool | true |
|
| service.port | int | 8443 |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "autoneg-controller-manager" |
|
| strategy.rollingUpdate.maxUnavailable | int | 1 |
|
| strategy.type | string | "RollingUpdate" |
Autogenerated from chart metadata using helm-docs v1.13.1