37 lines
710 B
YAML
37 lines
710 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:12e2410f6c7d14e8486b651cb84449786a39f910ca2cce92fea6a8b484a3ba48
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
downloads:
|
|
enabled: true
|
|
mountPath: /downloads
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 4848
|
|
protocol: TCP
|
|
targetPort: 4848
|
|
|
|
portal:
|
|
enabled: true
|