TrueChartsClone/charts/stable/plex/values.yaml

33 lines
645 B
YAML

image:
repository: tccr.io/truecharts/plex
pullPolicy: IfNotPresent
tag: 1.29.2.6364@sha256:16eac4e90b6873107332cd15bdd2e84eea4479adafbcb8032585c180b22b28c9
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