Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxyProtocol support not clear #675

Open
atamgp opened this issue Dec 5, 2023 · 1 comment
Open

proxyProtocol support not clear #675

atamgp opened this issue Dec 5, 2023 · 1 comment

Comments

@atamgp
Copy link

atamgp commented Dec 5, 2023

I want to use apisix combined with nlb in aws + eks using proxyProtocol see here
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

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

Please explain how to configure proxyProtocol.

@zll600
Copy link

zll600 commented Jan 30, 2024

@atamgp apisix-2.x version is base on dev branch. refer: #656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants