mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
12 lines
330 B
YAML
12 lines
330 B
YAML
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
|