From 8d07ab975b4b05b49f7a590bcbd2cea669add387 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 10 Apr 2023 23:18:52 -0400 Subject: [PATCH] Change readarr subdomains --- cluster/apps/download/readarr/audiobook-helm.yaml | 2 +- cluster/apps/download/readarr/ebook-helm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/download/readarr/audiobook-helm.yaml b/cluster/apps/download/readarr/audiobook-helm.yaml index e0778af..2371725 100644 --- a/cluster/apps/download/readarr/audiobook-helm.yaml +++ b/cluster/apps/download/readarr/audiobook-helm.yaml @@ -47,7 +47,7 @@ spec: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd hosts: - - host: "abook.${SECRET_NEW_DOMAIN}" + - host: "readarr-audiobooks.${SECRET_NEW_DOMAIN}" paths: - path: / pathType: Prefix diff --git a/cluster/apps/download/readarr/ebook-helm.yaml b/cluster/apps/download/readarr/ebook-helm.yaml index 31c8358..acb16ac 100644 --- a/cluster/apps/download/readarr/ebook-helm.yaml +++ b/cluster/apps/download/readarr/ebook-helm.yaml @@ -47,7 +47,7 @@ spec: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd hosts: - - host: "ebook.${SECRET_NEW_DOMAIN}" + - host: "readarr-ebooks.${SECRET_NEW_DOMAIN}" paths: - path: / pathType: Prefix