fix(ring-mqtt): enable ports (#3686)

* fix(ring-mqtt): enable ports

* bump
This commit is contained in:
Xstar97
2022-09-04 13:01:01 +03:00
committed by GitHub
parent 4452d07b30
commit 6330abf5d2
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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