Skip to content

Commit

Permalink
Redirect auth.yoma.world -> yoma.world/auth
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaine95 committed May 7, 2024
1 parent d40a13d commit 218bf80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/keycloak/conf/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ ingress:
- host: auth.yoma.world
external:
enabled: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |-
if ($host = 'auth.yoma.world') {
rewrite ^ https://yoma.world/auth$request_uri permanent;
}
rules:
- host: auth.yoma.world
- host: yoma.world
paths:
- path: /auth/realms/yoma
Expand Down

0 comments on commit 218bf80

Please sign in to comment.