Update keycloak domain

This commit is contained in:
Finn 2024-07-26 15:30:12 -07:00
parent 529d6cda4c
commit 439a88927b
3 changed files with 4 additions and 4 deletions

View file

@ -37,9 +37,9 @@ spec:
- name: KC_METRICS_ENABLED
value: "true"
- name: KC_HOSTNAME_URL
value: https://auth-next.janky.solutions/
value: https://auth.janky.solutions/
- name: KC_HOSTNAME
value: https://auth-next.janky.solutions/
value: https://auth.janky.solutions/
- name: KC_PROXY_HEADERS
value: xforwarded
- name: KC_DB

View file

@ -13,7 +13,7 @@ metadata:
name: keycloak
spec:
rules:
- host: auth-next.janky.solutions
- host: auth.janky.solutions
http:
paths:
- path: /

View file

@ -11,6 +11,6 @@ resources:
configMapGenerator:
- name: keycloak
literals:
- KC_HOSTNAME=auth-next.janky.solutions
- KC_HOSTNAME=auth.janky.solutions
- KC_METRICS_ENABLED="true"
- KC_HEALTH_ENABLED="true"