From 01e6e285508d2722f8bebac1ecdbc3b972928ce6 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 16 Apr 2023 14:13:02 +0000 Subject: [PATCH] Update file ingress.yaml --- charts/durpapi/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/durpapi/templates/ingress.yaml b/charts/durpapi/templates/ingress.yaml index 97a5689..cd8ed91 100644 --- a/charts/durpapi/templates/ingress.yaml +++ b/charts/durpapi/templates/ingress.yaml @@ -9,7 +9,7 @@ spec: - match: Host("{{ .Values.ingress.host }}") && PathPrefix(`/`) kind: Rule services: - - name: "{{ .Values.service.name }}-service" + - name: {{ .Chart.Name }}-service port: {{ .Values.service.targetport }} tls: secretName: {{ .Values.ingress.tls }}