From 6e61e8f237e33c568d83b916b44613e9c1298000 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 12 Apr 2023 00:43:51 -0400 Subject: [PATCH] try linuxserver plex --- cluster/apps/media/plex/helm-release.yaml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/cluster/apps/media/plex/helm-release.yaml b/cluster/apps/media/plex/helm-release.yaml index 4b3f796..1bb64e2 100644 --- a/cluster/apps/media/plex/helm-release.yaml +++ b/cluster/apps/media/plex/helm-release.yaml @@ -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: