diff --git a/templates/ingress.yaml b/templates/ingress.yaml index ce291f94b881d3c53b45eeefef4aa30c287613c7..c3e16342fa6f53f418240c159b667480002f1d8e 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 }}