TrueChartsClone/charts/stable/unmanic/values.yaml

36 lines
687 B
YAML

image:
repository: josh5/unmanic
tag: 0.2.4@sha256:9b2cdce79c103432b78fe97a151d6385d7dbd7e1e60dd65126e82f9e66514e2a
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