Junnplus opened a new pull request #39: URL: https://github.com/apache/apisix-helm-chart/pull/39
add dashboard and ingress-controller as component of apisix. We can deploy `apisix`, `apisix-dashboard` and `apisix-ingress-controller` together. `helm install apisix --set dashboard.enabled=true --set ingressController.enabled=true` ``` apisix-etcd-0 1/1 Running 0 22m apisix-dashboard-94f89d48-r79sf 1/1 Running 3 22m apisix-d9744dc9f-fg47x 1/1 Running 0 22m apisix-ingress-controller-5cf7cc8bbc-wm2wx 1/1 Running 0 3m5s ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
