Skip to content

Commit

Permalink
auth prefix rallly
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Nov 7, 2022
1 parent f5ef57a commit 016dd12
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions cluster/apps/default/rallly/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
pathType: Prefix
- path: /_next/
pathType: Prefix
- path: /api/
pathType: Prefix
- path: /site.webmanifest
pathType: Exact
tls:
Expand All @@ -79,25 +81,10 @@ spec:
- host: &host "when.${PUBLIC_DOMAIN}"
paths:
- path: /
pathType: Exact
service:
name: rallly
port: 3000
- path: /new
pathType: Exact
service:
name: rallly
port: 3000
- path: /admin/
pathType: Prefix
service:
name: rallly
port: 3000
- path: /demo
pathType: Exact
service:
name: rallly
port: 3000
tls:
- hosts:
- *host
Expand Down

0 comments on commit 016dd12

Please sign in to comment.