Skip to content
Snippets Groups Projects
Commit 75cfa727 authored by Veselin's avatar Veselin
Browse files

Update ingress.yaml

parent 61236002
Branches
Tags
1 merge request!1Test
Pipeline #56746 passed
......@@ -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 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment