Remove some other stuff left over from plex
This commit is contained in:
parent
1593eb5f6d
commit
14afb67f86
|
@ -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:
|
||||
|
|
|
@ -18,9 +18,6 @@ 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