37 lines
670 B
YAML
37 lines
670 B
YAML
image:
|
|
repository: tccr.io/truecharts/unmanic
|
|
tag: v0.2.2@sha256:0c9b1d1b0569ee55f7fc85d6c75cd0956fd3e2ee92463dda7a7c71c27024be6b
|
|
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
|