From 531d3a53f28035b0182382f07d9121f11d7009b2 Mon Sep 17 00:00:00 2001 From: Carina Costache Date: Sat, 7 Mar 2026 11:12:54 +0100 Subject: [PATCH] Add custom values for HPA with 10% CPU target --- custom-values.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 custom-values.yaml diff --git a/custom-values.yaml b/custom-values.yaml new file mode 100644 index 0000000..b45ad83 --- /dev/null +++ b/custom-values.yaml @@ -0,0 +1,15 @@ +image: + repository: fastapi-gitops-starter + tag: latest + pullPolicy: Never + +registry: + createImagePullSecret: false + +imagePullSecrets: [] + +autoscaling: + enabled: true + minReplicas: 2 + maxReplicas: 10 + targetCPUUtilizationPercentage: 10