TrueChartsClone/charts/stable/livestreamdvr/values.yaml

49 lines
1.0 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: mrbrax/twitchautomator
tag: master@sha256:8fbf06d9bb194c31adb467e7c0b42ec0b29b759e17d600dd852ac836d4d93951
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
protocol: http
port: 8146
workload:
main:
podSpec:
containers:
main:
args:
- --port
- "{{ .Values.service.main.ports.main.port }}"
env:
TCD_ENABLE_FILES_API: false
TCD_EXPOSE_LOGS_TO_PUBLIC: false
TCD_MIGRATE_OLD_VOD_JSON: false
persistence:
config:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/config
cache:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/cache
logs:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/logs
storage:
enabled: true
mountPath: /usr/local/share/twitchautomator/data/storage
portal:
open:
enabled: true