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 -}}