From 1923453e6dd68fed1bd16b28d0430b47be9098f8 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 20 May 2023 11:34:56 -0500 Subject: [PATCH] update --- charts/durpapi/templates/hpa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/durpapi/templates/hpa.yaml b/charts/durpapi/templates/hpa.yaml index aab99d5..cf2143c 100644 --- a/charts/durpapi/templates/hpa.yaml +++ b/charts/durpapi/templates/hpa.yaml @@ -6,7 +6,7 @@ spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment - name: ctix + name: {{ .Chart.Name }} minReplicas: {{ .Values.deployment.hpa.minReplicas }} maxReplicas: {{ .Values.deployment.hpa.maxReplicas }} metrics: