Files
k3s/k8s-frigate/services/service.yaml
2025-05-04 09:09:43 +00:00

16 lines
216 B
YAML

apiVersion: v1
kind: Service
metadata:
name: frigate
namespace: frigate
spec:
type: ClusterIP
ports:
- port: 5000
targetPort: 5000
protocol: TCP
name: http
selector:
app: frigate