From 393a25c883a4fe2753da5652000e65c7a184a3f9 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 10 Apr 2023 23:27:43 -0400 Subject: [PATCH] Move media to new domain --- cluster/apps/media/audiobookshelf/helm-release.yaml | 2 +- cluster/apps/media/jellyfin/helm-release.yaml | 2 +- cluster/apps/media/jellyseerr/helm-release.yaml | 2 +- cluster/apps/media/kavita/helm-release.yaml | 2 +- cluster/apps/media/komga/helm-release.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/apps/media/audiobookshelf/helm-release.yaml b/cluster/apps/media/audiobookshelf/helm-release.yaml index ee9266e..a22cc99 100644 --- a/cluster/apps/media/audiobookshelf/helm-release.yaml +++ b/cluster/apps/media/audiobookshelf/helm-release.yaml @@ -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 diff --git a/cluster/apps/media/jellyfin/helm-release.yaml b/cluster/apps/media/jellyfin/helm-release.yaml index 1671ea1..8a5deb5 100644 --- a/cluster/apps/media/jellyfin/helm-release.yaml +++ b/cluster/apps/media/jellyfin/helm-release.yaml @@ -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 diff --git a/cluster/apps/media/jellyseerr/helm-release.yaml b/cluster/apps/media/jellyseerr/helm-release.yaml index d42b8f9..253c307 100644 --- a/cluster/apps/media/jellyseerr/helm-release.yaml +++ b/cluster/apps/media/jellyseerr/helm-release.yaml @@ -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 diff --git a/cluster/apps/media/kavita/helm-release.yaml b/cluster/apps/media/kavita/helm-release.yaml index 69f4f57..0701f31 100644 --- a/cluster/apps/media/kavita/helm-release.yaml +++ b/cluster/apps/media/kavita/helm-release.yaml @@ -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 diff --git a/cluster/apps/media/komga/helm-release.yaml b/cluster/apps/media/komga/helm-release.yaml index 10ff8d7..8f2f2ca 100644 --- a/cluster/apps/media/komga/helm-release.yaml +++ b/cluster/apps/media/komga/helm-release.yaml @@ -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