36 lines
829 B
YAML
36 lines
829 B
YAML
env:
|
|
TCD_ENABLE_FILES_API: "0"
|
|
UMASK: "022"
|
|
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
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8146
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
portal:
|
|
enabled: true
|