image: repository: tccr.io/truecharts/unmanic tag: v0.2.4@sha256:8050b77d527b78f110dc9285264250a6ec927d6123974281210dc0fb88662bbd pullPolicy: IfNotPresent 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 portal: open: enabled: true securityContext: container: readOnlyRootFilesystem: false runAsNonRoot: false runAsUser: 0 runAsGroup: 0