aalexiev42 opened a new issue, #821: URL: https://github.com/apache/apisix-helm-chart/issues/821
Helm Chart Version: 2.10 Apisix Version: 3.11 Considering the example values.yaml, one would assume that control.service.servicePort is the port used for Control Ingress, however the templates/ingress-control.yaml expects the variable at control.servicePort. {{- $svcPort := .Values.control.servicePort -}} Suggested change: Edit ingress-control.yaml to match the placement of control.service.servicePort: {{- $svcPort := .Values.control.service.servicePort -}} Temporary workaround I used: Just define servicePort at control.servicePort -- 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: notifications-unsubscr...@apisix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org