TrueChartsClone/charts/incubator/deemix/values.yaml

32 lines
576 B
YAML

image:
repository: tccr.io/truecharts/deemix
pullPolicy: IfNotPresent
tag: latest@sha256:b868a80a9b831f934163e219d4866e8279330d16ecaf9d3fbfbeb9dd0eceed01
env:
INTPORT: "{{ .Values.service.main.ports.main.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: true
ports:
main:
port: 6595
targetPort: 6595
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/downloads"