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