|
26 | 26 | | etcdOperator.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]}}` | ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ | |
27 | 27 | | etcdOperator.service.port | int | `9443` | Service port | |
28 | 28 | | etcdOperator.service.type | string | `"ClusterIP"` | Service type | |
| 29 | +| etcdOperator.vpa.enabled | bool | `true` | | |
| 30 | +| etcdOperator.vpa.maxAllowed.cpu | string | `"1000m"` | | |
| 31 | +| etcdOperator.vpa.maxAllowed.memory | string | `"1Gi"` | | |
| 32 | +| etcdOperator.vpa.minAllowed.cpu | string | `"100m"` | | |
| 33 | +| etcdOperator.vpa.minAllowed.memory | string | `"128Mi"` | | |
29 | 34 | | fullnameOverride | string | `""` | Override a full name of helm release | |
30 | 35 | | imagePullSecrets | list | `[]` | | |
31 | 36 | | kubeRbacProxy.args[0] | string | `"--secure-listen-address=0.0.0.0:8443"` | | |
|
41 | 46 | | kubeRbacProxy.securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]}}` | ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ | |
42 | 47 | | kubeRbacProxy.service.port | int | `8443` | Service port | |
43 | 48 | | kubeRbacProxy.service.type | string | `"ClusterIP"` | Service type | |
| 49 | +| kubeRbacProxy.vpa.enabled | bool | `true` | | |
| 50 | +| kubeRbacProxy.vpa.maxAllowed.cpu | string | `"500m"` | | |
| 51 | +| kubeRbacProxy.vpa.maxAllowed.memory | string | `"256Mi"` | | |
| 52 | +| kubeRbacProxy.vpa.minAllowed.cpu | string | `"50m"` | | |
| 53 | +| kubeRbacProxy.vpa.minAllowed.memory | string | `"64Mi"` | | |
44 | 54 | | kubernetesClusterDomain | string | `"cluster.local"` | Kubernetes cluster domain prefix | |
45 | 55 | | nameOverride | string | `""` | Override a name of helm release | |
46 | 56 | | nodeSelector | object | `{}` | ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ | |
|
51 | 61 | | serviceAccount.annotations | object | `{}` | Annotations to add to the service account | |
52 | 62 | | serviceAccount.create | bool | `true` | Specifies whether a service account should be created | |
53 | 63 | | tolerations | list | `[]` | ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ | |
| 64 | +| vpa.updatePolicy | string | `"Auto"` | | |
54 | 65 |
|
0 commit comments