tk-nguyen commented on issue #647:
URL: 
https://github.com/apache/apisix-helm-chart/issues/647#issuecomment-1903167957

   Late reply, but you can specify the name and namespace of the `apisix-admin` 
service: 
https://github.com/apache/apisix-helm-chart/blob/24eee91ecd7e4b26c0b3018b1f7c4ff91b53d628/charts/apisix-ingress-controller/values.yaml#L146-L150
   
   You can specify it as a key of `ingress-controller`:
   ```yaml
   ingress-controller:
     enabled: true
     config:
       apisix:
         # -- Enabling this value, overrides serviceName and serviceNamespace.
         # serviceFullname: "apisix-admin.apisix.svc.local"
         serviceName: apisix-admin 
         serviceNamespace: ingress-apisix
   ```
   
   Apparently they are using `apisix-ingress-controller` as a subchart of the 
`apisix` chart.


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