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://hub.docker.com/r/tsightler/ring-mqtt/
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
||||
|
||||
@@ -35,8 +35,10 @@ service:
|
||||
targetPort: 55123
|
||||
port: 55123
|
||||
rtsp:
|
||||
enabled: true
|
||||
ports:
|
||||
rtsp:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
targetPort: 8554
|
||||
port: 8554
|
||||
|
||||
Reference in New Issue
Block a user