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

fixed wsb ingress

parent db386cb2
No related branches found
No related tags found
2 merge requests!1973Development,!1934Resolve "Update Images"
...@@ -7,13 +7,6 @@ ingress: ...@@ -7,13 +7,6 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /wsb
pathType: Prefix
backend:
service:
name: wsb
port:
number: 80
tls: tls:
- hosts: - hosts:
- metager3.de - metager3.de
......
...@@ -7,35 +7,14 @@ ingress: ...@@ -7,35 +7,14 @@ ingress:
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /wsb
pathType: Prefix
backend:
service:
name: wsb
port:
number: 80
- host: metager.org - host: metager.org
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /wsb
pathType: Prefix
backend:
service:
name: wsb
port:
number: 80
- host: metager.es - host: metager.es
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /wsb
pathType: Prefix
backend:
service:
name: wsb
port:
number: 80
tls: tls:
- hosts: - hosts:
- metager.de - metager.de
......
...@@ -6,13 +6,6 @@ ingress: ...@@ -6,13 +6,6 @@ ingress:
- paths: - paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
- path: /wsb
pathType: Prefix
backend:
service:
name: wsb
port:
number: 80
tls: tls:
- hosts: - hosts:
- "*.review.metager.de" - "*.review.metager.de"
......
...@@ -57,5 +57,12 @@ spec: ...@@ -57,5 +57,12 @@ spec:
servicePort: {{ $svcPort }} servicePort: {{ $svcPort }}
{{- end }} {{- end }}
{{- end }} {{- end }}
- path: /wsb
pathType: Prefix
backend:
service:
name: wsb
port:
number: 80
{{- end }} {{- end }}
{{- end }} {{- end }}
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