enable ingress to frigate

This commit is contained in:
2025-06-29 01:14:26 +02:00
parent e7348b2718
commit 5252f209f5

View File

@@ -28,6 +28,13 @@ spec:
mqtt:
enabled: False
tls:
enabled: False
auth:
enabled: True
cookie_secure: True
record:
enabled: True
retain:
@@ -66,3 +73,17 @@ spec:
skipuninstall: true
envFromSecrets:
- frigate-camera-rtsp
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt
hosts:
- host: frigate.lumpiasty.xyz
paths:
- path: /
portName: http-auth
tls:
- hosts:
- frigate.lumpiasty.xyz
secretName: frigate-ingress