TrueChartsClone/charts/stable/plex-utills/values.yaml

31 lines
594 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/plex-utills
tag: latest@sha256:af9228b2674dc2444b709bba029e8397006362afd4f8ee4b0f0fd430c13d54fb
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:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0