From c9f3dea08389d11cdbd9bc65c103db2923f3e231 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Wed, 19 Feb 2020 12:26:16 +0100 Subject: [PATCH] added /wsb --- chart/templates/ingress.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index 7d053d159..ec7cba476 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -48,6 +48,10 @@ spec: backend: serviceName: {{ template "fullname" . }} servicePort: {{ .Values.service.externalPort }} + - path: /wsb + backend: + serviceName: wsb + servicePort: 80 {{- if .Values.service.commonName }} - host: {{ template "hostname" .Values.service.commonName }} http: -- GitLab