Skip to content
Snippets Groups Projects
Commit c9f3dea0 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added /wsb

parent 36ff9bb9
No related branches found
No related tags found
1 merge request!1532added /wsb
...@@ -48,6 +48,10 @@ spec: ...@@ -48,6 +48,10 @@ spec:
backend: backend:
serviceName: {{ template "fullname" . }} serviceName: {{ template "fullname" . }}
servicePort: {{ .Values.service.externalPort }} servicePort: {{ .Values.service.externalPort }}
- path: /wsb
backend:
serviceName: wsb
servicePort: 80
{{- if .Values.service.commonName }} {{- if .Values.service.commonName }}
- host: {{ template "hostname" .Values.service.commonName }} - host: {{ template "hostname" .Values.service.commonName }}
http: http:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment