From d119ac62063eb4470f11a848aad5034b5c7e057a Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sat, 14 Sep 2024 23:43:09 -0400 Subject: [PATCH] chore: remove domain name --- kubernetes/main/apps/default/cdn/helm-release.yaml | 4 ++-- .../main/apps/default/ganymede/helm-release.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kubernetes/main/apps/default/cdn/helm-release.yaml b/kubernetes/main/apps/default/cdn/helm-release.yaml index 0b3c5a3..794aa44 100644 --- a/kubernetes/main/apps/default/cdn/helm-release.yaml +++ b/kubernetes/main/apps/default/cdn/helm-release.yaml @@ -29,7 +29,7 @@ spec: containers: main: image: - repository: git.seanomik.net/seanomik/nginx + repository: git.${SECRET_NEW_DOMAIN}/seanomik/nginx tag: 1.27.1 pullPolicy: Always @@ -54,7 +54,7 @@ spec: cert-manager.io/cluster-issuer: letsencrypt-production traefik.ingress.kubernetes.io/router.entrypoints: websecure hosts: - - host: "cdn.seanomik.net" + - host: "cdn.${SECRET_NEW_DOMAIN}" paths: - path: / service: diff --git a/kubernetes/main/apps/default/ganymede/helm-release.yaml b/kubernetes/main/apps/default/ganymede/helm-release.yaml index e28f93e..eefabe1 100644 --- a/kubernetes/main/apps/default/ganymede/helm-release.yaml +++ b/kubernetes/main/apps/default/ganymede/helm-release.yaml @@ -74,9 +74,9 @@ spec: name: ganymede-env key: twitchClientSecret - name: FRONTEND_HOST - value: https://twvods.seanomik.net + value: https://twvods.${SECRET_NEW_DOMAIN} - name: OAUTH_PROVIDER_URL - value: "https://auth.seanomik.net/application/o/ganymede/.well-known/openid-configuration" + value: "https://auth.${SECRET_NEW_DOMAIN}/application/o/ganymede/.well-known/openid-configuration" - name: OAUTH_CLIENT_ID secretKeyRef: name: ganymede-env @@ -86,7 +86,7 @@ spec: name: ganymede-env key: oauthClientSecret - name: OAUTH_REDIRECT_URL - value: "https://twvods.seanomik.net/api/v1/auth/oauth/callback" + value: "https://twvods.${SECRET_NEW_DOMAIN}/api/v1/auth/oauth/callback" - name: TEMPORAL_URL value: "temporal:7233" @@ -108,10 +108,10 @@ spec: env: - name: API_URL # /api will be added to this - value: "https://twvods.seanomik.net" # Points to the API service + value: "https://twvods.${SECRET_NEW_DOMAIN}" # Points to the API service - name: CDN_URL # /vods will be added to this - value: "https://twvods.seanomik.net" # Points to the CDN service + value: "https://twvods.${SECRET_NEW_DOMAIN}" # Points to the CDN service - name: SHOW_SSO_LOGIN_BUTTON value: "true" # show/hide SSO login button on login page - name: FORCE_SSO_AUTH @@ -149,7 +149,7 @@ spec: traefik.ingress.kubernetes.io/router.entrypoints: websecure hosts: - - host: twvods.seanomik.net + - host: twvods.${SECRET_NEW_DOMAIN} paths: - path: / service: