Commit 1821f0b9 authored by Geoff Simmons's avatar Geoff Simmons

viking-service helm chart sets the unprivileged target port for haproxy.

parent 57af4b0e
......@@ -51,7 +51,7 @@ spec:
- name: https
port: {{ .Values.vikingService.service.ports.https }}
protocol: TCP
targetPort: https
targetPort: 4443
{{- if (and $setNodePorts (not (empty .Values.vikingService.service.nodePorts.https))) }}
nodePort: {{ .Values.vikingService.service.nodePorts.https }}
{{- end }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment