Initial commit

This commit is contained in:
Scooby Husky
2026-03-09 20:21:35 -05:00
commit aacb8eebbe
314 changed files with 21766 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Secret
metadata:
name: frigate-rtsp-credentials
namespace: frigate
type: Opaque
stringData:
# Update these with your actual camera credentials
# Then update apps/frigate/values.yaml with your camera RTSP URLs
FRIGATE_RTSP_USERNAME: your_camera_username
FRIGATE_RTSP_PASSWORD: your_camera_password