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
+2
View File
@@ -35,8 +35,10 @@ service:
targetPort: 55123
port: 55123
rtsp:
enabled: true
ports:
rtsp:
enabled: true
protocol: TCP
targetPort: 8554
port: 8554