Files
truecharts/charts/incubator/plex-utills/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

31 lines
603 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/plex-utills
tag: latest@sha256:9d7aeb4e962dc9149586c224b50f1f7fa95ca3904d26edb0de7b153288da2305
persistence:
config:
enabled: true
mountPath: /config
logs:
enabled: true
mountPath: /logs
plexlibrary:
enabled: true
mountPath: /films
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 80
protocol: TCP
targetPort: 80