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:
co-authored by
Stavros Kois
parent
f1cd63437a
commit
846262b85a
@@ -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
|
||||
Reference in New Issue
Block a user