catalog/stable/livestreamdvr/5.8.15/ix_values.yaml

49 lines
1.0 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: mrbrax/twitchautomator
tag: master@sha256:00817e0cda9732b7792cd1b29a6dda1b10901cde40c5d12f8fe990fff625bdb9
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