- Add comprehensive AI plans implementation documentation - Add LiteLLM gateway Kubernetes manifests - Update PostgreSQL and Forgejo deployment configs - Add build-from-binaries script
9 lines
153 B
YAML
9 lines
153 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: rate-limit
|
|
namespace: nxtgauge-ai
|
|
spec:
|
|
rateLimit:
|
|
average: 100
|
|
burst: 50
|