tao12345666333 commented on issue #1388: URL: https://github.com/apache/apisix-ingress-controller/issues/1388#issuecomment-1279407573
you can see https://github.com/apache/apisix-helm-chart/blob/0271a095d8294554319407c64dd60c525117e127/charts/apisix/templates/configmap.yaml#L255-L257 Our recommended installation is to install all components in one command. ``` helm install apisix apisix/apisix --set gateway.type=NodePort --set ingress-controller.enabled=true --set ingress-controller.config.apisix.serviceNamespace=apisix --namespace apisix --create-namespace --set ingress-controller.config.apisix.serviceName=apisix-admin ``` -- 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]
