From a049b483795f7ce42f569b03586b911c8b25e321 Mon Sep 17 00:00:00 2001 From: JoeStack Date: Fri, 16 Aug 2019 17:58:35 +0200 Subject: [PATCH] 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 :8200 --- templates/ui-service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ui-service.yaml b/templates/ui-service.yaml index ae200a6..9e297f5 100644 --- a/templates/ui-service.yaml +++ b/templates/ui-service.yaml @@ -21,7 +21,7 @@ spec: component: server ports: - name: http - port: 80 + port: 8200 targetPort: 8200 type: {{ .Values.ui.serviceType | default "ClusterIP" }} {{- end -}}