pantherra commented on code in PR #922:
URL: https://github.com/apache/apisix-helm-chart/pull/922#discussion_r2629676549


##########
charts/apisix/templates/service-gateway.yaml:
##########
@@ -50,7 +50,11 @@ spec:
   {{- if .Values.service.http.enabled }}
   - name: apisix-gateway
     port: {{ .Values.service.http.servicePort }}
+    {{- if .Values.apisix.proxy_protocol.enabled }}

Review Comment:
   I don't know why, but apache apisix won't let you setup proxy protocol port 
on the same port as node (80/443).
   That why I added if statement.



-- 
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]

Reply via email to