Skip to content

Commit

Permalink
docs: clarify usage of external service discovery (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup authored Jan 5, 2024
1 parent f0130c9 commit e94edee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/en/latest/tutorials/external-service-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,18 @@ discovery:
```

After applying the above configuration, we can try to access `httpbin.default.svc.cluster.local` directly through APISIX.

:::note
The above discovery configuration needs to be configured at the time of installation and cannot be edited later. For example, if you're installing via helm chart, make sure that you use the below configuration to override default helm values.

```yaml
apisix:
discovery:
enabled: true
registry:
dns:
servers:
- "172.17.0.11:53" # replace with your server addresses
```

:::

0 comments on commit e94edee

Please sign in to comment.