2022-01-27 23:21:32 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/unmanic
|
2022-04-18 09:21:26 +00:00
|
|
|
tag: v0.2.1@sha256:5475785b6c277a34e7e6dcd08e6da97c8362532bbefc1722d060bfaf0ac14c6d
|
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
|