chore: remove domain name
This commit is contained in:
parent
1e602ec8e7
commit
d119ac6206
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue