🔒️(helm) introduce a dedicated Kubernetes Ingress for webhook-livekit

Create a separate Ingress resource to isolate traffic targeting the
webhook-livekit endpoint and allow applying specific NGINX
annotations to this route.

Use an exact path match to take precedence over the default /api
regex rule defined in the base Ingress.

No similar change is made for the S3 webhook endpoint, as this
dependency will be removed from the project.
This commit is contained in:
lebaudantoine
2026-03-03 17:37:51 +01:00
committed by aleb_the_flash
parent fcde8757e6
commit ec63ddcd47
7 changed files with 129 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ and this project adheres to
- 🔒️(backend) enhance API input validation to strengthen security #1053
- 🦺(backend) strengthen API validation for recording options #1063
- ⚡️(frontend) optimize few performance caveats #1073
- 🔒️(helm) introduce a dedicated Kubernetes Ingress for webhook-livekit #1066
### Fixed