catalog/incubator/tubesync/3.0.0/ix_values.yaml

39 lines
797 B
YAML

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