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:
parent
2154e341ea
commit
a049b48379
1 changed files with 1 additions and 1 deletions
|
@ -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 -}}
|
||||||
|
|
Loading…
Reference in a new issue