2021-10-25 12:19:09 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-04 20:11:53 +00:00
|
|
|
repository: tccr.io/truecharts/owncast
|
2021-10-25 12:19:09 +00:00
|
|
|
# -- image tag
|
|
|
|
tag: v0.0.10@sha256:59e455798cacf118a74184755b060f48bcc05dc56bb9d4f696bcc77f411f1ad0
|
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-30 13:04:19 +00:00
|
|
|
port: 10088
|
2021-11-07 16:24:13 +00:00
|
|
|
targetPort: 8080
|
2021-10-25 12:19:09 +00:00
|
|
|
rtmp:
|
|
|
|
enabled: true
|
|
|
|
externalTrafficPolicy: Local
|
|
|
|
ports:
|
|
|
|
rtmp:
|
|
|
|
enabled: true
|
|
|
|
port: 1935
|
|
|
|
targetPort: 1935
|
2021-11-22 23:47:25 +00:00
|
|
|
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-11-15 23:31:22 +00:00
|
|
|
mountPath: "/app/data"
|