fix(ring-mqtt): enable ports (#3686)
* fix(ring-mqtt): enable ports * bump
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/tsightler/ring-mqtt
|
- https://github.com/tsightler/ring-mqtt
|
||||||
- https://hub.docker.com/r/tsightler/ring-mqtt/
|
- https://hub.docker.com/r/tsightler/ring-mqtt/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.1
|
version: 1.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- HomeAutomation
|
- HomeAutomation
|
||||||
|
|||||||
@@ -35,8 +35,10 @@ service:
|
|||||||
targetPort: 55123
|
targetPort: 55123
|
||||||
port: 55123
|
port: 55123
|
||||||
rtsp:
|
rtsp:
|
||||||
|
enabled: true
|
||||||
ports:
|
ports:
|
||||||
rtsp:
|
rtsp:
|
||||||
|
enabled: true
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8554
|
targetPort: 8554
|
||||||
port: 8554
|
port: 8554
|
||||||
|
|||||||
Reference in New Issue
Block a user