diff --git a/index.yaml b/index.yaml index 7713894..a6f6029 100644 --- a/index.yaml +++ b/index.yaml @@ -3,12 +3,12 @@ entries: tatort: - apiVersion: v2 appVersion: 0.0.1 - created: "2025-03-04T16:04:03.798009+01:00" + created: "2025-03-05T11:15:48.240945+01:00" description: A Helm chart for Kubernetes - digest: 44cb1d494ddde8be4da8fce1c6c9afc192f31bcbd8cdd0a57d8e1074cbbe384f + digest: c450805bfe239364306db529d1049e4fa161acae43ec0ac29722a1a30108e456 name: tatort type: application urls: - - https://gitea.innohub.local:3000/innohub/charts/raw/branch/main/tatort-0.1.0.tgz + - https://gitea.innohub.local:3000/innohub/charts/raw/main/tatort-0.1.0.tgz version: 0.1.0 -generated: "2025-03-04T16:04:03.797624+01:00" +generated: "2025-03-05T11:15:48.240565+01:00" diff --git a/tatort-0.1.0.tgz b/tatort-0.1.0.tgz index 7afc213..8c43c76 100644 Binary files a/tatort-0.1.0.tgz and b/tatort-0.1.0.tgz differ diff --git a/tatort/templates/hpa.yaml b/tatort/templates/hpa.yaml index a1bcd42..d242f7d 100644 --- a/tatort/templates/hpa.yaml +++ b/tatort/templates/hpa.yaml @@ -14,5 +14,5 @@ spec: apiVersion: apps/v1 kind: Deployment name: {{ template "tatort.fullname" . }} +{{ toYaml .Values.autoscaling.config | indent 2 }} {{- end -}} - diff --git a/tatort/values.yaml b/tatort/values.yaml index 643eabb..617051a 100644 --- a/tatort/values.yaml +++ b/tatort/values.yaml @@ -52,10 +52,10 @@ affinity: {} autoscaling: enabled: true - minReplicas: 1 - maxReplicas: 10 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 + config: + minReplicas: 1 + maxReplicas: 10 + targetCPUUtilizationPercentage: 80 deploymentLabels: {} podLabels: {}