mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 14:28:29 +00:00
23 lines
392 B
YAML
23 lines
392 B
YAML
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
|