TrueChartsClone/charts/incubator/livestreamdvr/values.yaml

41 lines
909 B
YAML

image:
pullPolicy: IfNotPresent
repository: mrbrax/twitchautomator
tag: master@sha256:14f23dec880a64344a4d8ec3c985683c8e79fa74e41821f445421e7099d3fdda
persistence:
config:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/config
hostpath1:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/storage
hostpath2:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/cache
hostpath4:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/logs
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8146
protocol: tcp
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
TCD_ENABLE_FILES_API: "0"
UMASK: "022"