image: repository: tccr.io/truecharts/plex pullPolicy: IfNotPresent tag: 1.30.1.6562@sha256:bb645483f2244ad8c5ef2cf68f31692236bd61b1ef96a4642347da0a15a704bf service: main: ports: main: protocol: HTTP port: 32400 targetPort: 32400 persistence: config: enabled: true mountPath: "/config" plex: # User Defined serverIP: "127.0.0.1" additionalAdvertiseURL: "" disableGDM: true env: PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}' # User Defined ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" PLEX_CLAIM: "" portal: enabled: true