Closed sinadarbouy closed 1 month ago
This PR Updated gateway appVersion to v0.9.7 and refactored configuration to support the new multi-proxy setup
Key Changes:
appVersion
Chart.yaml
writes
clients
pools
proxies
ROUND_ROBIN
WEIGHTED_ROUND_ROBIN
gatewaydConfig
gatewaydPluginsConfig
ConfigMap
This PR Updated gateway appVersion to v0.9.7 and refactored configuration to support the new multi-proxy setup
Key Changes:
appVersion
to v0.9.7 inChart.yaml
.writes
configuration underclients
,pools
, andproxies
.ROUND_ROBIN
andWEIGHTED_ROUND_ROBIN
.gatewaydConfig
andgatewaydPluginsConfig
.ConfigMap
template to align with the new multi-proxy configuration.