From 1a1d0615ae23cce4f374a72eadb9aa52f0302d22 Mon Sep 17 00:00:00 2001 From: "Ehsan.Asadi" Date: Tue, 30 Dec 2025 19:42:59 +0330 Subject: [PATCH] =?UTF-8?q?fix:=20=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=20ingress?= =?UTF-8?q?=20=D8=A7=D8=B2=20frontend=20=D8=A8=D9=87=20backend=20port=20?= =?UTF-8?q?=D8=A8=D8=B1=D8=A7=DB=8C=20=D8=AF=D8=B3=D8=AA=D8=B1=D8=B3=DB=8C?= =?UTF-8?q?=20=D8=B5=D8=AD=DB=8C=D8=AD=20=D8=A8=D9=87=20peikarband.ir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm/peikarband/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/peikarband/templates/ingress.yaml b/helm/peikarband/templates/ingress.yaml index d2c1268..6c722fe 100644 --- a/helm/peikarband/templates/ingress.yaml +++ b/helm/peikarband/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: service: name: {{ include "peikarband.fullname" $ }} port: - number: {{ $.Values.service.frontend.port }} + number: {{ $.Values.service.backend.port }} {{- end }} {{- end }} {{- end }}