TrueChartsClone/charts/stable/unmanic/values.yaml

37 lines
670 B
YAML
Raw Normal View History

image:
repository: tccr.io/truecharts/unmanic
tag: v0.2.1@sha256:5475785b6c277a34e7e6dcd08e6da97c8362532bbefc1722d060bfaf0ac14c6d
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10157
targetPort: 8888
persistence:
config:
enabled: true
mountPath: "/config"
library:
enabled: true
mountPath: "/library"
remote:
enabled: true
mountPath: "/tmp/unmanic/remote_library"
cache:
enabled: true
mountPath: "/tmp/unmanic"
type: emptyDir
varrun:
enabled: true