TrueChartsClone/charts/stable/owncast/values.yaml

32 lines
621 B
YAML

image:
repository: tccr.io/truecharts/owncast
tag: v0.1.0@sha256:99d8b74c23e3f3a3cd603a87685831b0adb71e2e8837ca5fd5da5c20ca686c83
pullPolicy: IfNotPresent
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"
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0