TrueChartsClone/charts/stable/plex/values.yaml

33 lines
645 B
YAML

image:
repository: tccr.io/truecharts/plex
pullPolicy: IfNotPresent
tag: 1.30.2.6563@sha256:4c5a1c87619b23f57e67806946fce4f1130ceb8726bfa607163ee77c4e610b0b
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