mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
frigate helm to manifests
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: frigate
|
||||
namespace: frigate
|
||||
spec:
|
||||
selector:
|
||||
app: frigate
|
||||
ports:
|
||||
- name: http
|
||||
port: 8971
|
||||
targetPort: http
|
||||
- name: rtsp
|
||||
port: 8554
|
||||
targetPort: rtsp
|
||||
- name: webrtc-tcp
|
||||
port: 8555
|
||||
targetPort: webrtc-tcp
|
||||
- name: webrtc-udp
|
||||
port: 8555
|
||||
protocol: UDP
|
||||
targetPort: webrtc-udp
|
||||
Reference in New Issue
Block a user