diff --git a/cluster/apps/media/plex/helm-release.yaml b/cluster/apps/media/plex/helm-release.yaml index fa805cd..239ec04 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,plex + 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 3fff001..8a7963e 100644 --- a/cluster/core/networking/traefik/helm-release.yaml +++ b/cluster/core/networking/traefik/helm-release.yaml @@ -18,9 +18,6 @@ spec: additionalArguments: - --api.insecure - # define an entrypoint just for plex (spoiled brat) - - --entrypoints.plex.address=:32400 - logs: general: level: DEBUG