Remove some other stuff left over from plex

This commit is contained in:
SeanOMik 2023-04-12 01:18:54 -04:00
parent 1593eb5f6d
commit 14afb67f86
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 1 additions and 4 deletions

View File

@ -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,plex traefik.ingress.kubernetes.io/router.entrypoints: websecure #,plex
hosts: hosts:
- host: "plex.${SECRET_NEW_DOMAIN}" - host: "plex.${SECRET_NEW_DOMAIN}"
paths: paths:

View File

@ -18,9 +18,6 @@ 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