33 lines
631 B
YAML
33 lines
631 B
YAML
env:
|
|
DEBUG: "False"
|
|
LOG: "False"
|
|
LOG_LEVEL: "10"
|
|
SOCKET_LOG: "False"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/metatube
|
|
tag: latest@sha256:1325be36e66c23f31722faf7416121be3b976f6d29bdca64abb7a0350b4733d8
|
|
persistence:
|
|
storagedatabase:
|
|
enabled: true
|
|
mountPath: /database
|
|
storagedownloads:
|
|
enabled: true
|
|
mountPath: /downloads
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5000
|
|
protocol: TCP
|
|
targetPort: 5000
|
|
|
|
portal:
|
|
enabled: true
|