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

readded wsb

parent 78bcf550
No related branches found
No related tags found
2 merge requests!1895Development,!1852readded wsb
...@@ -57,6 +57,10 @@ spec: ...@@ -57,6 +57,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