Files
truecharts/charts/stable/tubesync/values.yaml
T

39 lines
779 B
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/meeb/tubesync
tag: latest@sha256:02b1b3fb24822936c5b5237ae01ba9477b3828ad0f99e2a80e5e43dddf5ebbe8
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: /downloads
varrun:
enabled: false
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
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"