diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index 7d053d159d866e519762de6f7bc294af0064d53c..ec7cba476deee3d8e013c663c8da077cffda1d9e 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: