catalog/incubator/tubesync/2.0.13/ix_values.yaml

35 lines
670 B
YAML

env:
DATABASE_CONNECTION: ""
HTTP_PASS: ""
HTTP_USER: ""
TUBESYNC_DEBUG: "False"
TUBESYNC_HOSTS: ""
TUBESYNC_WORKERS: "2"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/tubesync
tag: latest@sha256:eaa59579ccbaa190e3e319e0874fb5fba36b0a4568ee48906e9fadfe3ea199b0
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: /downloads
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 4848
protocol: TCP
targetPort: 4848
portal:
enabled: true