Files
truecharts/charts/stable/deemix/values.yaml
T
renovate[bot] 899c3a7842 chore(deps): update docker general non-major (#2606)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-04 23:06:49 +02:00

34 lines
621 B
YAML

image:
repository: tccr.io/truecharts/deemix
pullPolicy: IfNotPresent
tag: latest@sha256:c61cc547810b653527e54b8d8320ec964b379a0b87867dd4525f3880112e4a20
env:
INTPORT: "{{ .Values.service.main.ports.main.targetPort }}"
# User Defined
DEEMIX_SINGLE_USER: false
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"