catalog/stable/deemix/6.0.22/ix_values.yaml

53 lines
1003 B
YAML

image:
repository: tccr.io/truecharts/deemix
pullPolicy: IfNotPresent
tag: latest@sha256:1c3215f779d1071f6d93bb86fb929e7570c634cbcca5554c65088ff4d133daf4
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: true
ports:
main:
port: 6595
protocol: http
targetPort: 6595
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
INTPORT: "{{ .Values.service.main.ports.main.targetPort }}"
# User Defined
DEEMIX_SINGLE_USER: false
persistence:
config:
enabled: true
mountPath: /config
data:
enabled: true
mountPath: /downloads
portal:
open:
enabled: true