diff --git a/charts/durpapi/templates/ingress.yaml b/charts/durpapi/templates/ingress.yaml index 204d730..97a5689 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: "{{ .Values.service.name }}-service" port: {{ .Values.service.targetport }} tls: secretName: {{ .Values.ingress.tls }}