From 4a189df40a7b44c1a31e798eeb371ead1d809c04 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 12 Apr 2023 01:07:59 -0400 Subject: [PATCH] Add traefik entrypoint just for plex --- cluster/apps/media/plex/helm-release.yaml | 2 +- cluster/core/networking/traefik/helm-release.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster/apps/media/plex/helm-release.yaml b/cluster/apps/media/plex/helm-release.yaml index ed6a47a..fa805cd 100644 --- a/cluster/apps/media/plex/helm-release.yaml +++ b/cluster/apps/media/plex/helm-release.yaml @@ -48,7 +48,7 @@ spec: enabled: true annotations: cert-manager.io/cluster-issuer: "letsencrypt-production" - traefik.ingress.kubernetes.io/router.entrypoints: websecure + traefik.ingress.kubernetes.io/router.entrypoints: websecure,plex hosts: - host: "plex.${SECRET_NEW_DOMAIN}" paths: diff --git a/cluster/core/networking/traefik/helm-release.yaml b/cluster/core/networking/traefik/helm-release.yaml index 8a7963e..3fff001 100644 --- a/cluster/core/networking/traefik/helm-release.yaml +++ b/cluster/core/networking/traefik/helm-release.yaml @@ -18,6 +18,9 @@ spec: additionalArguments: - --api.insecure + # define an entrypoint just for plex (spoiled brat) + - --entrypoints.plex.address=:32400 + logs: general: level: DEBUG