34 lines
621 B
YAML
34 lines
621 B
YAML
image:
|
|
repository: tccr.io/truecharts/deemix
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:b60b134ae57f5f4fac2f16f988fe7fec526b962273b7e975bd340bc596b1fc85
|
|
|
|
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"
|