From f9b6e2136bb079ff3b588c2f4f631eb572959649 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 6 Jun 2023 19:13:34 -0400 Subject: [PATCH] updates --- charts/durpapi/templates/hpa.yaml | 2 +- charts/durpapi/templates/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/durpapi/templates/hpa.yaml b/charts/durpapi/templates/hpa.yaml index cf2143c..68d484d 100644 --- a/charts/durpapi/templates/hpa.yaml +++ b/charts/durpapi/templates/hpa.yaml @@ -1,7 +1,7 @@ apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: - name: {{ .Chart.Name }}-hpa + name: "{{ .Chart.Name }}-hpa" spec: scaleTargetRef: apiVersion: apps/v1 diff --git a/charts/durpapi/templates/service.yaml b/charts/durpapi/templates/service.yaml index ed7c056..396498f 100644 --- a/charts/durpapi/templates/service.yaml +++ b/charts/durpapi/templates/service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ .Chart.Name }}-service + name: "{{ .Chart.Name }}-service" spec: ports: - name: http