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 @@ ...@@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: {{ template "app.name" . }} name: mediator-test
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
annotations: annotations:
{{ toYaml .Values.ingress.annotations | indent 4 }} {{ toYaml .Values.ingress.annotations | indent 4 }}
...@@ -23,7 +23,7 @@ spec: ...@@ -23,7 +23,7 @@ spec:
pathType: Prefix pathType: Prefix
backend: backend:
service: service:
name: {{ template "app.name" . }} name: caddy
port: port:
number: {{ .Values.service.port }} number: 2015
{{- end }} {{- end }}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment