TrueChartsClone/charts/stable/metatube/values.yaml

37 lines
718 B
YAML

image:
pullPolicy: IfNotPresent
repository: jvt038/metatube
tag: latest@sha256:ad3a3761b464b1b569ef97b2c7257908b2995b5979a61f64bb4f9de3f4c8abd3
persistence:
storagedatabase:
enabled: true
mountPath: /database
storagedownloads:
enabled: true
mountPath: /downloads
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 5000
protocol: tcp
targetPort: 5000
workload:
main:
podSpec:
containers:
main:
env:
DEBUG: "False"
LOG: "False"
LOG_LEVEL: "10"
SOCKET_LOG: "False"