fix(rtmpserver) enable ports (#7459)

This commit is contained in:
Xstar97TheNoob
2023-02-21 13:04:42 -05:00
committed by GitHub
parent 7fb8026f4b
commit 84a2df0e6c
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -19,8 +19,10 @@ service:
targetPort: 8080
port: 10610
rtmp:
enabled: true
ports:
rtmp:
enabled: true
protocol: TCP
targetPort: 1935
port: 1935