32 lines
612 B
YAML
32 lines
612 B
YAML
image:
|
|
repository: gabekangas/owncast
|
|
tag: 0.1.2@sha256:eb21aabe464fb81f34186a00f94c6d22f892fb454ef337849b161a337a931fbb
|
|
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
|