kzmain commented on issue #435:
URL: 
https://github.com/apache/apisix-helm-chart/issues/435#issuecomment-2675422609

   Dears, I found the way to integrate apisix control service with ingress, 
hope this can help you guys. You can try the control serivce by following 
command with [my new 
code](https://github.com/apache/apisix-helm-chart/compare/master...kzmain:apisix-helm-chart:patch-1)
   
   
   ```
   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
   ```
   
   
![Image](https://github.com/user-attachments/assets/c06906e2-7c3f-4320-923e-ec0722a37d32)
   
   


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