kzmain commented on PR #783: URL: https://github.com/apache/apisix-helm-chart/pull/783#issuecomment-2675341762
Hi alfredopalhares, may I ask does our control api work well after you updated the code? I did the same fix as yours, and it shows 404 error per screenshot shows. The helm command that I start the servies is: ``` helm repo add apisix https://charts.apiseven.com helm repo update helm upgrade --install apisix . \ --create-namespace --namespace apisix \ --set ingress.enabled=true \ --set ingress.className=nginx \ --set "ingress.hosts[0].host=apisix\.local" \ --set "ingress.hosts[0].paths[0]=\/" \ --set apisix.admin.enabled=true \ --set apisix.admin.ingress.enabled=true \ --set apisix.admin.ingress.className=nginx \ --set control.enabled=true \ --set control.ingress.enabled=true \ --set control.ingress.className=nginx \ --set ingress-controller.enabled=true \ --set ingress-controller.config.apisix.serviceNamespace=apisix ```  -- 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]
