Files
truecharts/charts/incubator/livestreamdvr/values.yaml
T
TrueCharts BotandGitHub 0b005a9463 chore(deps): pin dependencies (#5688)
* chore(deps): pin dependencies

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-24 23:09:51 +01:00

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