yunerou commented on code in PR #756:
URL: https://github.com/apache/apisix-helm-chart/pull/756#discussion_r1669911326
##########
charts/apisix/templates/service-gateway.yaml:
##########
@@ -76,6 +76,24 @@ spec:
port: {{ .port }}
targetPort: {{ .port }}
{{- end }}
+ {{- if or .Values.service.proxyProtocol.http.enabled }}
+ - name: apisix-gateway-pp-http
+ port: {{ .Values.service.proxyProtocol.http.servicePort }}
+ targetPort: {{ .Values.service.proxyProtocol.http.containerPort }}
Review Comment:
I realize you didn't define container port in `templates/deployment.yaml`.
The request sent to the proxy_protocol port can't be forwarded to Apisix.
Please explain to me if I am wrong.
--
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]