Skip to content

Commit

Permalink
fix(deploy): add new ingress rule for escape.uzh.ch
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Sep 23, 2023
1 parent ce60639 commit 3d4c425
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
tls:
- hosts:
- escape.bf-app.ch
- escape.uzh.ch
secretName: escapp-tls
rules:
- host: escape.bf-app.ch
Expand All @@ -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

0 comments on commit 3d4c425

Please sign in to comment.