Update ui-service.yaml (#23)

port 80 doesn't work in case of https. So the default behavior in all of our docs is to use <vault-ip>:8200
This commit is contained in:
JoeStack 2019-08-16 17:58:35 +02:00 committed by Jason O'Donnell
parent 2154e341ea
commit a049b48379

View file

@ -21,7 +21,7 @@ spec:
component: server component: server
ports: ports:
- name: http - name: http
port: 80 port: 8200
targetPort: 8200 targetPort: 8200
type: {{ .Values.ui.serviceType | default "ClusterIP" }} type: {{ .Values.ui.serviceType | default "ClusterIP" }}
{{- end -}} {{- end -}}