fix(rtmpserver) enable ports (#7459)
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://hub.docker.com/r/alqutami/rtmp-hls
|
- https://hub.docker.com/r/alqutami/rtmp-hls
|
||||||
- https://github.com/TareqAlqutami/rtmp-hls-server
|
- https://github.com/TareqAlqutami/rtmp-hls-server
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- GameServers
|
- GameServers
|
||||||
|
|||||||
@@ -19,8 +19,10 @@ service:
|
|||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
port: 10610
|
port: 10610
|
||||||
rtmp:
|
rtmp:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
rtmp:
|
rtmp:
|
||||||
|
enabled: true
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 1935
|
targetPort: 1935
|
||||||
port: 1935
|
port: 1935
|
||||||
|
|||||||
Reference in New Issue
Block a user