Files
truecharts/charts/incubator/tubesync/values.yaml
T
TrueCharts Bot 10145a1879 chore(deps): update docker general non-major (#3953)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-29 10:16:14 +03:00

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:9a66ef6adbb62532948fd2666a48da61b74ff988138d88f12fbb5eb37bbd50d0
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