diff --git a/deploy/ingress.yaml b/deploy/ingress.yaml index 59e158e..0ce2fa0 100644 --- a/deploy/ingress.yaml +++ b/deploy/ingress.yaml @@ -9,6 +9,7 @@ spec: tls: - hosts: - escape.bf-app.ch + - escape.uzh.ch secretName: escapp-tls rules: - host: escape.bf-app.ch @@ -21,3 +22,13 @@ spec: name: escapp port: name: http + - host: escape.uzh.ch + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: escapp + port: + name: http