37 lines
841 B
YAML
37 lines
841 B
YAML
env:
|
|
TCD_ENABLE_FILES_API: "0"
|
|
UMASK: "022"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/livestreamdvr
|
|
tag: vmaster@sha256:0eed68afe400436fca4c3dbf56475e82cb277ae8da0caec9cd286c6743e49422
|
|
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
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8146
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|