mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 14:51:23 -03:00
fix(rtmpserver) enable ports (#7459)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -19,8 +19,10 @@ service:
|
||||
targetPort: 8080
|
||||
port: 10610
|
||||
rtmp:
|
||||
enabled: true
|
||||
ports:
|
||||
rtmp:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
targetPort: 1935
|
||||
port: 1935
|
||||
|
||||
Reference in New Issue
Block a user