You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/frigate/templates/service.yaml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,14 @@ spec:
67
67
protocol: TCP
68
68
targetPort: rtsp
69
69
{{/* TODO: think of making the nodePort ability available, the rtmp solution from above would not work as you can't use the same port multiple times */}}
70
+
- name: webrtc-tcp
71
+
port: 8555
72
+
protocol: TCP
73
+
targetPort: webrtc-tcp
74
+
- name: webrtc-udp
75
+
port: 8555
76
+
protocol: UDP
77
+
targetPort: webrtc-udp
70
78
selector:
71
79
app.kubernetes.io/name: {{ include "frigate.name" . }}
0 commit comments