2022-03-03 23:48:24 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/unmanic
|
2022-05-04 21:41:35 +00:00
|
|
|
tag: v0.2.2@sha256:0c9b1d1b0569ee55f7fc85d6c75cd0956fd3e2ee92463dda7a7c71c27024be6b
|
2022-03-03 23:48:24 +00:00
|
|
|
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
|