apache / apisix-helm-chart

Apache APISIX Helm Chart
https://apisix.apache.org/
Apache License 2.0
232 stars 209 forks source link

ApisixUpstream crds cannot change keepalive_pool #749

Open chunxili opened 7 months ago

chunxili commented 7 months ago

I want to change the timeout and keepalive_pool idle timeout , but keepalive_pool haven't change. apiVersion: apisix.apache.org/v2 kind: ApisixUpstream spec: scheme: grpc timeout: connect: 300s send: 300s read: 300s keepalive_pool: idle_timeout: 300 size: 320 requests: 1000