Add traefik entrypoint just for plex

This commit is contained in:
SeanOMik 2023-04-12 01:07:59 -04:00
parent d8bc6927b1
commit 4a189df40a
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -18,6 +18,9 @@ spec:
additionalArguments:
- --api.insecure
# define an entrypoint just for plex (spoiled brat)
- --entrypoints.plex.address=:32400
logs:
general:
level: DEBUG