tokers commented on code in PR #469:
URL: https://github.com/apache/apisix-helm-chart/pull/469#discussion_r1106557444
##########
charts/apisix/templates/configmap.yaml:
##########
@@ -46,7 +46,11 @@ data:
{{- else }}
apisix: # universal configurations
{{- if not (eq .Values.deployment.role "control_plane") }}
- node_listen: {{ .Values.gateway.http.containerPort }} # APISIX
listening port
+ node_listen: # APISIX listening port
Review Comment:
Could we also support multiple HTTPS ports? Not only for HTTP.
--
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]