Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
3aae7fd1a4
commit
f60fef93ca
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [rtmpserver-3.0.0](https://github.com/truecharts/charts/compare/rtmpserver-2.0.9...rtmpserver-3.0.0) (2023-02-16)
|
|
||||||
|
|
|
@ -4,5 +4,10 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [rtmpserver-3.0.1](https://github.com/truecharts/charts/compare/rtmpserver-3.0.0...rtmpserver-3.0.1) (2023-02-21)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [rtmpserver-3.0.0](https://github.com/truecharts/charts/compare/rtmpserver-2.0.9...rtmpserver-3.0.0) (2023-02-16)
|
## [rtmpserver-3.0.0](https://github.com/truecharts/charts/compare/rtmpserver-2.0.9...rtmpserver-3.0.0) (2023-02-16)
|
||||||
|
|
|
@ -19,11 +19,11 @@ maintainers:
|
||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
name: rtmpserver
|
name: rtmpserver
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver
|
- https://github.com/truecharts/charts/tree/master/charts/stable/rtmpserver
|
||||||
- https://hub.docker.com/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
|
|
@ -5,7 +5,7 @@
|
||||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||||
|
|
||||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
|
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||||
|
|
||||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [rtmpserver-3.0.1](https://github.com/truecharts/charts/compare/rtmpserver-3.0.0...rtmpserver-3.0.1) (2023-02-21)
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue