From 024b0c79d2d9de5d288613f8e7d5e0d1dc9dc356 Mon Sep 17 00:00:00 2001 From: Martin Weindel Date: Tue, 26 Nov 2024 15:55:11 +0100 Subject: [PATCH] vertical scaling on CPU dropped in VPA resource (#318) --- charts/internal/shoot-cert-management-seed/templates/vpa.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/internal/shoot-cert-management-seed/templates/vpa.yaml b/charts/internal/shoot-cert-management-seed/templates/vpa.yaml index 8ac1c29f..ba1f4c9d 100644 --- a/charts/internal/shoot-cert-management-seed/templates/vpa.yaml +++ b/charts/internal/shoot-cert-management-seed/templates/vpa.yaml @@ -15,6 +15,7 @@ spec: containerPolicies: - containerName: '*' controlledValues: RequestsOnly + controlledResources: [memory] minAllowed: memory: {{ .Values.vpa.minAllowed.memory }} {{- end }}