try linuxserver plex

This commit is contained in:
SeanOMik 2023-04-12 00:43:51 -04:00
parent 0a20b6100c
commit 6e61e8f237
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 9 additions and 11 deletions

View File

@ -17,16 +17,14 @@ spec:
values: values:
image: image:
repository: plexinc/pms-docker repository: lscr.io/linuxserver/plex:latest
tag: latest tag: latest
env: env:
TZ: America/New_York TZ: "America/New_York"
PLEX_UID: "1000" PLEX_UID: "1000"
PLEX_GID: "1000" PLEX_GID: "1000"
CHANGE_CONFIG_DIR_OWNERSHIP: "true" VERSION: "docker"
ADVERTISE_IP: "https://plex.${SECRET_NEW_DOMAIN}/"
ALLOWED_NETWORKS: "0.0.0.0/0"
service: service:
main: main:
@ -70,12 +68,12 @@ spec:
hostPath: /mnt/MainPool/Media/Media hostPath: /mnt/MainPool/Media/Media
mountPath: /storage/Media mountPath: /storage/Media
transcodes: # transcodes:
enabled: true # enabled: true
type: pvc # type: pvc
accessMode: ReadWriteOnce # accessMode: ReadWriteOnce
size: 40Gi # size: 40Gi
mountPath: /transcode # mountPath: /transcode
resources: resources:
requests: requests: