Skip to content

Commit

Permalink
theses.df.uzh.ch
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Mar 7, 2024
1 parent b8c1370 commit 102c0c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 4 additions & 0 deletions deploy/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ ingress:
- host: theses.bf.uzh.ch
paths:
- /
- host: theses.df.uzh.ch
paths:
- /
tls:
- secretName: thesis-platform-tls
hosts:
- theses.bf.uzh.ch
- theses.df.uzh.ch

resources:
requests:
Expand Down
10 changes: 0 additions & 10 deletions deploy/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,3 @@ releases:

database:
url: '{{ requiredEnv "DATABASE_URL" }}'

ingress:
hosts:
- host: '{{ requiredEnv "APP_DOMAIN" }}'
paths:
- /
tls:
- secretName: thesis-platform-tls
hosts:
- '{{ requiredEnv "APP_DOMAIN" }}'

0 comments on commit 102c0c0

Please sign in to comment.