Files
truecharts/charts/incubator/metatube/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

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