diff --git a/.gitlab/development.yaml b/.gitlab/development.yaml index bd0d69f5a4a2027f6768765103a5b2d082f8309b..6fe3606f67485a5c7ca3abcb59e56c939042effb 100644 --- a/.gitlab/development.yaml +++ b/.gitlab/development.yaml @@ -7,13 +7,6 @@ ingress: paths: - path: / pathType: ImplementationSpecific - - path: /wsb - pathType: Prefix - backend: - service: - name: wsb - port: - number: 80 tls: - hosts: - metager3.de diff --git a/.gitlab/production.yaml b/.gitlab/production.yaml index 4e2dd12a13b2b377ec9d27c766c02051407013c6..93a0c45e56d1e2ba74eb341ba2f5dd5a88293304 100644 --- a/.gitlab/production.yaml +++ b/.gitlab/production.yaml @@ -7,35 +7,14 @@ ingress: paths: - path: / pathType: ImplementationSpecific - - path: /wsb - pathType: Prefix - backend: - service: - name: wsb - port: - number: 80 - host: metager.org paths: - path: / pathType: ImplementationSpecific - - path: /wsb - pathType: Prefix - backend: - service: - name: wsb - port: - number: 80 - host: metager.es paths: - path: / pathType: ImplementationSpecific - - path: /wsb - pathType: Prefix - backend: - service: - name: wsb - port: - number: 80 tls: - hosts: - metager.de diff --git a/.gitlab/review.yaml b/.gitlab/review.yaml index 3db6d2c11f697904e022a68afe553fa6feae6bfc..870ff001581d3c79d57e18274cb463f8362b1fb2 100644 --- a/.gitlab/review.yaml +++ b/.gitlab/review.yaml @@ -6,13 +6,6 @@ ingress: - paths: - path: / pathType: ImplementationSpecific - - path: /wsb - pathType: Prefix - backend: - service: - name: wsb - port: - number: 80 tls: - hosts: - "*.review.metager.de" diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index 63c1311c95c5f6fddda1cf89aaa3242602f60bc2..da678609ea89036baa28411df912a4a3da3eca68 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -57,5 +57,12 @@ spec: servicePort: {{ $svcPort }} {{- end }} {{- end }} + - path: /wsb + pathType: Prefix + backend: + service: + name: wsb + port: + number: 80 {{- end }} {{- end }}