diff --git a/charts/stable/rtmpserver/Chart.yaml b/charts/stable/rtmpserver/Chart.yaml index 20d2154c186..ac851bc907c 100644 --- a/charts/stable/rtmpserver/Chart.yaml +++ b/charts/stable/rtmpserver/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/alqutami/rtmp-hls - https://github.com/TareqAlqutami/rtmp-hls-server type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/stable/rtmpserver/values.yaml b/charts/stable/rtmpserver/values.yaml index 30bd592d9d1..8fe699ec858 100644 --- a/charts/stable/rtmpserver/values.yaml +++ b/charts/stable/rtmpserver/values.yaml @@ -19,8 +19,10 @@ service: targetPort: 8080 port: 10610 rtmp: + enabled: true ports: rtmp: + enabled: true protocol: TCP targetPort: 1935 port: 1935