Files
truecharts/charts/stable/plex-utills/values.yaml
T
2026-02-14 22:35:03 +01:00

30 lines
616 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/jkirkcaldy/plex-utills
tag: latest@sha256:33ca56a98ee662d1a23d6e313bd15317648f028a1458c72a2e5c1fa294e50159
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
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0