TrueChartsClone/charts/dev/rtmpserver/values.yaml

50 lines
922 B
YAML

image:
pullPolicy: IfNotPresent
repository: alqutami/rtmp-hls
tag: latest@sha256:5bf1d59f1e9e0b98233f2f9842a1cb98e6cc9b1a5e31208c8088fac202bb1d56
ingress:
rtmp:
autoLink: true
persistence:
dash:
enabled: true
mountPath: /mnt/dash
hls:
enabled: true
mountPath: /mnt/hls
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 10610
protocol: http
targetPort: 8080
rtmp:
enabled: true
ports:
rtmp:
enabled: true
port: 1935
protocol: tcp
targetPort: 1935
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: /stats.html
readiness:
path: /stats.html
startup:
path: /stats.html