From 75cfa72765eb5eb2bb3247f05a8faa2ac3ce02f6 Mon Sep 17 00:00:00 2001 From: Veselin <veselin.gizdov@cleverpine.com> Date: Thu, 16 Feb 2023 13:59:14 +0000 Subject: [PATCH] Update ingress.yaml --- templates/ingress.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/ingress.yaml b/templates/ingress.yaml index ce291f9..c3e1634 100644 --- a/templates/ingress.yaml +++ b/templates/ingress.yaml @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: {{ template "app.name" . }} + name: mediator-test namespace: {{ .Release.Namespace }} annotations: {{ toYaml .Values.ingress.annotations | indent 4 }} @@ -23,7 +23,7 @@ spec: pathType: Prefix backend: service: - name: {{ template "app.name" . }} + name: caddy port: - number: {{ .Values.service.port }} -{{- end }} \ No newline at end of file + number: 2015 +{{- end }} -- GitLab