Baoyuantop commented on issue #352:
URL:
https://github.com/apache/apisix-helm-chart/issues/352#issuecomment-4205367574
For custom Consul service discovery configuration, you can use
`apisix.fullCustomConfig` in `values.yaml` (lines 335-340):
```yaml
apisix:
fullCustomConfig:
enabled: true
config:
apisix:
# ... your full config here
discovery:
consul:
servers:
- "http://consul.example.com:8500"
token: "your-token"
```
This gives you complete control over the APISIX `config.yaml`, including all
discovery settings. Note that when `fullCustomConfig.enabled` is true, other
`apisix.*` settings are ignored.
Closing as this is a usage question. If you still need help, please feel
free to reopen.
--
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]