atamgp opened a new issue, #675: URL: https://github.com/apache/apisix-helm-chart/issues/675
I want to use apisix combined with nlb in aws + eks using proxyProtocol see [here](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#proxy-protocol) In the values file for the master branch chart you can configure this: ``` {{- if or .Values.gateway.proxyProtocol.http.enabled }} - name: apisix-gateway-pp-http port: {{ .Values.gateway.proxyProtocol.http.servicePort }} targetPort: {{ .Values.gateway.proxyProtocol.http.containerPort }} ``` [url](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/templates/service-gateway.yaml) But this port is not used in the pod template of the same master branch, so only on the service but missing on the pod... In the latest chart 2.4.0, proxyProtocol is completely missing: [url](https://github.com/apache/apisix-helm-chart/blob/apisix-2.4.0/charts/apisix/values.yaml) Please explain how to configure proxyProtocol. -- 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]
