feat: add template for quota policy rl server and service - #2214
Conversation
Signed-off-by: achoo30 <achoo30@bloomberg.net>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2214 +/- ##
=======================================
Coverage 84.50% 84.50%
=======================================
Files 144 144
Lines 21055 21055
=======================================
Hits 17792 17792
Misses 2188 2188
Partials 1075 1075 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request introduces a Helm template and default configuration values for deploying a quota-based rate limiter service for the AI Gateway. The feedback highlights opportunities to improve the Helm chart's flexibility and correctness, including fixing a cut-off comment in the deployment template, using the tpl function to evaluate template expressions within environment variables, and replacing a hardcoded namespace with {{ .Release.Namespace }} for dynamic resolution.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Signed-off-by: achoo30 <achoo30@bloomberg.net>
Description
Helm template to create quota policy rate limit server and service. The template is derived from the backend_quota_ratelimit.yaml. Guarded by a feature flag
Related to #2177