nxtgauge-gitops/apps/litellm/base/ratelimit.yaml
Ashwin Kumar Sivakumar 7902b265a9 feat(ai): add AI plans docs, LiteLLM manifests, and infrastructure updates
- Add comprehensive AI plans implementation documentation
- Add LiteLLM gateway Kubernetes manifests
- Update PostgreSQL and Forgejo deployment configs
- Add build-from-binaries script
2026-06-15 06:15:41 +05:30

9 lines
153 B
YAML

apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: rate-limit
namespace: nxtgauge-ai
spec:
rateLimit:
average: 100
burst: 50