35 lines
588 B
YAML
35 lines
588 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/plex-utills
|
||
|
tag: latest@sha256:9d7aeb4e962dc9149586c224b50f1f7fa95ca3904d26edb0de7b153288da2305
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10380
|
||
|
protocol: HTTP
|
||
|
targetPort: 80
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
logs:
|
||
|
enabled: true
|
||
|
mountPath: /logs
|
||
|
plexlibrary:
|
||
|
enabled: true
|
||
|
mountPath: /films
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|