mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user