From 84a2df0e6c4427480eea934e27a08696fd247f0b Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:04:42 -0500 Subject: [PATCH] fix(rtmpserver) enable ports (#7459) --- charts/stable/rtmpserver/Chart.yaml | 2 +- charts/stable/rtmpserver/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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