Skip to content
Snippets Groups Projects
Commit 86060d46 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

explicit ingress port

parent b8cf5425
No related branches found
No related tags found
No related merge requests found
......@@ -51,10 +51,10 @@ spec:
service:
name: {{ $fullName }}
port:
number: 80
number: {{ .port }}
{{- else }}
serviceName: {{ $fullName }}
servicePort: {{ $svcPort }}
servicePort: {{ .port }}
{{- end }}
{{- end }}
{{- end }}
......
......@@ -47,6 +47,7 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
port: 80
tls: []
# - secretName: chart-example-tls
# hosts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment