feat(rtmpserver) move to stable (#6589)

* feat(rtmpserver) move to stable

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* fix docs

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Xstar97TheNoob
2023-02-16 11:23:19 -05:00
committed by GitHub
co-authored by Stavros Kois
parent f1cd63437a
commit 846262b85a
11 changed files with 253 additions and 98 deletions
+51
View File
@@ -0,0 +1,51 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rtmpserver
tag: latest@sha256:bfc85c58cc8cb8866774364af135c8fe3816ed26ee5c4ea182d28d2acf63c16e
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
protocol: HTTP
targetPort: 8080
port: 10610
rtmp:
ports:
rtmp:
protocol: TCP
targetPort: 1935
port: 1935
probes:
liveness:
path: /stats.html
readiness:
path: /stats.html
startup:
path: /stats.html
ingress:
rtmp:
autoLink: true
persistence:
dash:
enabled: true
mountPath: /mnt/dash
hls:
enabled: true
mountPath: /mnt/hls
portal:
enabled: true