chore: remove domain name
This commit is contained in:
parent
1e602ec8e7
commit
d119ac6206
|
@ -29,7 +29,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: git.seanomik.net/seanomik/nginx
|
repository: git.${SECRET_NEW_DOMAIN}/seanomik/nginx
|
||||||
tag: 1.27.1
|
tag: 1.27.1
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ spec:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
hosts:
|
hosts:
|
||||||
- host: "cdn.seanomik.net"
|
- host: "cdn.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
service:
|
service:
|
||||||
|
|
|
@ -74,9 +74,9 @@ spec:
|
||||||
name: ganymede-env
|
name: ganymede-env
|
||||||
key: twitchClientSecret
|
key: twitchClientSecret
|
||||||
- name: FRONTEND_HOST
|
- name: FRONTEND_HOST
|
||||||
value: https://twvods.seanomik.net
|
value: https://twvods.${SECRET_NEW_DOMAIN}
|
||||||
- name: OAUTH_PROVIDER_URL
|
- 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
|
- name: OAUTH_CLIENT_ID
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: ganymede-env
|
name: ganymede-env
|
||||||
|
@ -86,7 +86,7 @@ spec:
|
||||||
name: ganymede-env
|
name: ganymede-env
|
||||||
key: oauthClientSecret
|
key: oauthClientSecret
|
||||||
- name: OAUTH_REDIRECT_URL
|
- 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
|
- name: TEMPORAL_URL
|
||||||
value: "temporal:7233"
|
value: "temporal:7233"
|
||||||
|
|
||||||
|
@ -108,10 +108,10 @@ spec:
|
||||||
env:
|
env:
|
||||||
- name: API_URL
|
- name: API_URL
|
||||||
# /api will be added to this
|
# /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
|
- name: CDN_URL
|
||||||
# /vods will be added to this
|
# /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
|
- name: SHOW_SSO_LOGIN_BUTTON
|
||||||
value: "true" # show/hide SSO login button on login page
|
value: "true" # show/hide SSO login button on login page
|
||||||
- name: FORCE_SSO_AUTH
|
- name: FORCE_SSO_AUTH
|
||||||
|
@ -149,7 +149,7 @@ spec:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: twvods.seanomik.net
|
- host: twvods.${SECRET_NEW_DOMAIN}
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in New Issue