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