@@ -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 | ` [] ` | |
@@ -68,7 +71,10 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
6871| podSecurityContext.runAsNonRoot | bool | ` true ` | |
6972| podSecurityContext.runAsUser | int | ` 65534 ` | |
7073| rbac.create | bool | ` true ` | |
71- | recommender.affinity | object | ` {} ` | |
74+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .key | string | ` "app.kubernetes.io/component" ` | |
75+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .operator | string | ` "In" ` | |
76+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .values[ 0] | string | ` "recommender" ` | |
77+ | recommender.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .topologyKey | string | ` "kubernetes.io/hostname" ` | |
7278| recommender.enabled | bool | ` true ` | |
7379| recommender.extraArgs | list | ` [] ` | |
7480| recommender.extraEnv | list | ` [] ` | |
@@ -96,6 +102,10 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
96102| recommender.serviceAccount.create | bool | ` true ` | |
97103| recommender.serviceAccount.labels | object | ` {} ` | |
98104| recommender.tolerations | list | ` [] ` | |
105+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .key | string | ` "app.kubernetes.io/component" ` | |
106+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .operator | string | ` "In" ` | |
107+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .labelSelector.matchExpressions[ 0] .values[ 0] | string | ` "updater" ` | |
108+ | updater.affinity.podAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution[ 0] .topologyKey | string | ` "kubernetes.io/hostname" ` | |
99109| updater.enabled | bool | ` true ` | |
100110| updater.image.pullPolicy | string | ` "IfNotPresent" ` | |
101111| updater.image.repository | string | ` "registry.k8s.io/autoscaling/vpa-updater" ` | |
@@ -106,9 +116,15 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
106116| updater.leaderElection.resourceName | string | ` "vpa-updater-lease" ` | |
107117| updater.leaderElection.resourceNamespace | string | ` "" ` | |
108118| updater.leaderElection.retryPeriod | string | ` "2s" ` | |
119+ | updater.nodeSelector | object | ` {} ` | |
109120| updater.podAnnotations | object | ` {} ` | |
110121| updater.podLabels | object | ` {} ` | |
111122| updater.replicas | int | ` 2 ` | |
123+ | updater.resources.limits.cpu | string | ` "200m" ` | |
124+ | updater.resources.limits.memory | string | ` "1000Mi" ` | |
125+ | updater.resources.requests.cpu | string | ` "50m" ` | |
126+ | updater.resources.requests.memory | string | ` "500Mi" ` | |
112127| updater.serviceAccount.annotations | object | ` {} ` | |
113128| updater.serviceAccount.create | bool | ` true ` | |
114129| updater.serviceAccount.labels | object | ` {} ` | |
130+ | updater.tolerations | list | ` [] ` | |
0 commit comments