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

git ingress fix port 80

parent 6473cef6
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,10 @@ spec: ...@@ -51,10 +51,10 @@ spec:
service: service:
name: {{ $fullName }} name: {{ $fullName }}
port: port:
number: {{ .port }} number: 80
{{- else }} {{- else }}
serviceName: {{ $fullName }} serviceName: {{ $fullName }}
servicePort: {{ .port }} servicePort: 80
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}
......
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