@@ -4,7 +4,7 @@ WARNING: This chart is currently under development and is not ready for producti
44
55Automatically adjust resources for your workloads
66
7- ![ Version: 0.5 .0] ( https://img.shields.io/badge/Version-0.5 .0-informational?style=flat-square )
7+ ![ Version: 0.6 .0] ( https://img.shields.io/badge/Version-0.6 .0-informational?style=flat-square )
88![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
99![ AppVersion: 1.5.1] ( https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square )
1010
@@ -22,7 +22,10 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
2222
2323| Key | Type | Default | Description |
2424| -----| ------| ---------| -------------|
25- | admissionController.affinity | object | ` {} ` | |
25+ | admissionController.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .key | string | ` "app.kubernetes.io/component" ` | |
26+ | admissionController.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .operator | string | ` "In" ` | |
27+ | admissionController.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .values[ 0] | string | ` "admission-controller" ` | |
28+ | admissionController.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .topologyKey | string | ` "kubernetes.io/hostname" ` | |
2629| admissionController.enabled | bool | ` true ` | |
2730| admissionController.extraArgs | list | ` [] ` | |
2831| admissionController.extraEnv | list | ` [] ` | |
@@ -65,7 +68,10 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
6568| imagePullSecrets | list | ` [] ` | |
6669| nameOverride | string | ` nil ` | |
6770| rbac.create | bool | ` true ` | |
68- | recommender.affinity | object | ` {} ` | |
71+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .key | string | ` "app.kubernetes.io/component" ` | |
72+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .operator | string | ` "In" ` | |
73+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .values[ 0] | string | ` "recommender" ` | |
74+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .topologyKey | string | ` "kubernetes.io/hostname" ` | |
6975| recommender.enabled | bool | ` true ` | |
7076| recommender.extraArgs | list | ` [] ` | |
7177| recommender.extraEnv | list | ` [] ` | |
@@ -93,13 +99,23 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
9399| recommender.serviceAccount.create | bool | ` true ` | |
94100| recommender.serviceAccount.labels | object | ` {} ` | |
95101| recommender.tolerations | list | ` [] ` | |
102+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .key | string | ` "app.kubernetes.io/component" ` | |
103+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .operator | string | ` "In" ` | |
104+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .values[ 0] | string | ` "updater" ` | |
105+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .topologyKey | string | ` "kubernetes.io/hostname" ` | |
96106| updater.enabled | bool | ` true ` | |
97107| updater.image.pullPolicy | string | ` "IfNotPresent" ` | |
98108| updater.image.repository | string | ` "registry.k8s.io/autoscaling/vpa-updater" ` | |
99109| updater.image.tag | string | ` nil ` | |
110+ | updater.nodeSelector | object | ` {} ` | |
100111| updater.podAnnotations | object | ` {} ` | |
101112| updater.podLabels | object | ` {} ` | |
102- | updater.replicas | int | ` 1 ` | |
113+ | updater.replicas | int | ` 2 ` | |
114+ | updater.resources.limits.cpu | string | ` "200m" ` | |
115+ | updater.resources.limits.memory | string | ` "1000Mi" ` | |
116+ | updater.resources.requests.cpu | string | ` "50m" ` | |
117+ | updater.resources.requests.memory | string | ` "500Mi" ` | |
103118| updater.serviceAccount.annotations | object | ` {} ` | |
104119| updater.serviceAccount.create | bool | ` true ` | |
105120| updater.serviceAccount.labels | object | ` {} ` | |
121+ | updater.tolerations | list | ` [] ` | |
0 commit comments