From 5f558c447ed0cde5247c630201d8c40c0b8d5e28 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sun, 29 Jun 2025 01:14:26 +0200 Subject: [PATCH] enable ingress to frigate --- apps/frigate/release.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps/frigate/release.yaml b/apps/frigate/release.yaml index 4833fa0..db5d1ca 100644 --- a/apps/frigate/release.yaml +++ b/apps/frigate/release.yaml @@ -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