2022-01-27 23:21:32 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/unmanic
|
2022-06-07 17:41:19 +00:00
|
|
|
tag: v0.2.3@sha256:3c538e17a78f5af7bb2c2aa08f3815f147c4baaafe76a0a78fd82b3c0ab0a5bf
|
2022-01-27 23:21:32 +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"
|
2022-01-31 07:23:11 +00:00
|
|
|
remote:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/tmp/unmanic/remote_library"
|
2022-01-27 23:21:32 +00:00
|
|
|
cache:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/tmp/unmanic"
|
|
|
|
type: emptyDir
|
|
|
|
varrun:
|
|
|
|
enabled: true
|