Add traefik entrypoint just for plex
This commit is contained in:
parent
d8bc6927b1
commit
4a189df40a
|
@ -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:
|
||||
|
|
|
@ -18,6 +18,9 @@ spec:
|
|||
additionalArguments:
|
||||
- --api.insecure
|
||||
|
||||
# define an entrypoint just for plex (spoiled brat)
|
||||
- --entrypoints.plex.address=:32400
|
||||
|
||||
logs:
|
||||
general:
|
||||
level: DEBUG
|
||||
|
|
Loading…
Reference in New Issue