Move media to new domain

This commit is contained in:
SeanOMik 2023-04-10 23:27:43 -04:00
parent 8d07ab975b
commit 393a25c883
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
5 changed files with 5 additions and 5 deletions

View File

@ -36,7 +36,7 @@ spec:
cert-manager.io/cluster-issuer: "letsencrypt-production"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- host: "audiobooks.${SECRET_DOMAIN}"
- host: "audiobooks.${SECRET_NEW_DOMAIN}"
paths:
- path: /
pathType: Prefix

View File

@ -39,7 +39,7 @@ spec:
cert-manager.io/cluster-issuer: "letsencrypt-production"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- host: "watch.${SECRET_DOMAIN}"
- host: "watch.${SECRET_NEW_DOMAIN}"
paths:
- path: /
pathType: Prefix

View File

@ -42,7 +42,7 @@ spec:
cert-manager.io/cluster-issuer: "letsencrypt-production"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- host: "request.${SECRET_DOMAIN}"
- host: "request.${SECRET_NEW_DOMAIN}"
paths:
- path: /
pathType: Prefix

View File

@ -33,7 +33,7 @@ spec:
cert-manager.io/cluster-issuer: "letsencrypt-production"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- host: "books.${SECRET_DOMAIN}"
- host: "books.${SECRET_NEW_DOMAIN}"
paths:
- path: /
pathType: Prefix

View File

@ -35,7 +35,7 @@ spec:
cert-manager.io/cluster-issuer: "letsencrypt-production"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- host: "comics.${SECRET_DOMAIN}"
- host: "comics.${SECRET_NEW_DOMAIN}"
paths:
- path: /
pathType: Prefix