envoyproxy/gateway

Make Extension manager support Gateway specific

Open

#7,696 创建于 2025年12月8日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Go (802 fork)auto 404
area/apihelp wanted

仓库指标

Star
 (2,871 star)
PR 合并指标
 (PR 指标待抓取)

描述

Currently for AI gateway installation, we are adding global controller configs patches

1.ai-gateway extension manager config: https://github.com/envoyproxy/ai-gateway/blob/main/manifests/envoy-gateway-values.yaml 2. Ratelimit config: https://github.com/envoyproxy/ai-gateway/blob/main/examples/token_ratelimit/envoy-gateway-values-addon.yaml 3.Inferencepool backend resources: https://github.com/envoyproxy/ai-gateway/blob/main/examples/inference-pool/envoy-gateway-values-addon.yaml

Can these configs be made gateway specific so that there is no need to patch the controller?(which is a problem in central envoy installations)

贡献者指南