37 lines
718 B
YAML
37 lines
718 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: jvt038/metatube
|
||
|
tag: latest@sha256:e704d2be1b941b79e3b1587b22be411cd1590f135d2705bf1f20da8c774700be
|
||
|
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"
|