2022-02-25 11:37:08 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/deemix
|
|
|
|
pullPolicy: IfNotPresent
|
2022-03-18 12:02:19 +00:00
|
|
|
tag: latest@sha256:b868a80a9b831f934163e219d4866e8279330d16ecaf9d3fbfbeb9dd0eceed01
|
2022-02-25 11:37:08 +00:00
|
|
|
|
|
|
|
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"
|