Add traefik entrypoint just for plex
This commit is contained in:
parent
d8bc6927b1
commit
4a189df40a
|
@ -48,7 +48,7 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
cert-manager.io/cluster-issuer: "letsencrypt-production"
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure,plex
|
||||||
hosts:
|
hosts:
|
||||||
- host: "plex.${SECRET_NEW_DOMAIN}"
|
- host: "plex.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
|
|
|
@ -18,6 +18,9 @@ spec:
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- --api.insecure
|
- --api.insecure
|
||||||
|
|
||||||
|
# define an entrypoint just for plex (spoiled brat)
|
||||||
|
- --entrypoints.plex.address=:32400
|
||||||
|
|
||||||
logs:
|
logs:
|
||||||
general:
|
general:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
|
|
Loading…
Reference in New Issue