From 79f25e08223629d6147cbde4f10e3adaec401215 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Wed, 3 Dec 2025 12:56:47 +0100 Subject: [PATCH] set app container name Signed-off-by: Pascal Sthamer --- .../charts/shuffle/templates/shuffle-app/shuffle-apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml b/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml index df16f4c7..30f06e87 100644 --- a/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml +++ b/functions/kubernetes/charts/shuffle/templates/shuffle-app/shuffle-apps.yaml @@ -276,7 +276,7 @@ metadata: spec: resourcePolicy: containerPolicies: - - containerName: TODO + - containerName: app {{- with $appValues.autoscaling.vpa.controlledResources }} controlledResources: {{- toYaml . | nindent 8 }}