From f890435bda0c678f89009e7b2102c9875cf3c917 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 5 Dec 2025 11:48:54 +0200 Subject: [PATCH] Update my-recipes --- charts/my-recipes-chart/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/my-recipes-chart/templates/ingress.yaml b/charts/my-recipes-chart/templates/ingress.yaml index a234d51..aeeea7a 100644 --- a/charts/my-recipes-chart/templates/ingress.yaml +++ b/charts/my-recipes-chart/templates/ingress.yaml @@ -35,11 +35,11 @@ spec: backend: service: {{- if eq .backend "frontend" }} - name: {{ .Release.Name }}-{{ $.Values.frontend.name }} + name: {{ $.Release.Name }}-{{ $.Values.frontend.name }} port: number: {{ $.Values.frontend.service.port }} {{- else if eq .backend "backend" }} - name: {{ .Release.Name }}-{{ $.Values.backend.name }} + name: {{ $.Release.Name }}-{{ $.Values.backend.name }} port: number: {{ $.Values.backend.service.port }} {{- end }}