33 lines
645 B
YAML
33 lines
645 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/plex
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 1.31.0.6654@sha256:dd42c18b0a80e18dcff4df01e92c2eef6f15488980b7ce7b0e245c644917820e
|
||
|
|
||
|
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
|