Baoyuantop commented on issue #748: URL: https://github.com/apache/apisix-helm-chart/issues/748#issuecomment-4205299124
Getting the client's real IP behind a load balancer is an APISIX/Proxy Protocol configuration question, not a Helm chart defect. The chart supports Proxy Protocol configuration via the configmap template (see `configmap.yaml` lines 79-86). You can also use `apisix.fullCustomConfig` (values.yaml lines 335-340) to provide a complete custom `config.yaml` with your proxy_protocol settings. Additionally, consider setting `service.externalTrafficPolicy: Local` (values.yaml line 170) to preserve client source IPs at the Kubernetes service level. Closing as this is a usage question. If you still need help, please feel free to reopen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
