Files
truecharts/charts/stable/owncast/values.yaml
T
TrueCharts BotandGitHub dfe021f145 chore(deps): update docker general non-major (#3115)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-10 11:36:21 +02:00

33 lines
591 B
YAML

image:
repository: tccr.io/truecharts/owncast
tag: v0.0.12@sha256:8ed186e7a1de2e634bb4c9836cebad74818f9b6e489f6ed782746452664da000
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10088
targetPort: 8080
rtmp:
enabled: true
# externalTrafficPolicy: Local
ports:
rtmp:
enabled: true
port: 1935
targetPort: 1935
persistence:
config:
enabled: true
mountPath: "/app/data"