* fix(arksurvival): cleanup * cleanup * update questions * chore(incubator): some cleanup * remove enabled true from main services * bump all incubator * lint * empty lines * emtpy line
35 lines
670 B
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:082e2af8ef7a06cebdf4347f50810ddad5e92cb6ff1d2ab4906f58396542c06e
|
|
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
|