Baoyuantop commented on issue #479:
URL:
https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-4205367591
The chart supports decoupled deployment mode for CP/DP separation. Configure
via `values.yaml`:
```yaml
apisix:
deployment:
mode: decoupled
role: data_plane # or control_plane
```
For TLS certificates in decoupled mode, APISIX uses the etcd TLS settings to
secure communication between control plane and data plane. Configure etcd TLS
via `etcd.auth.tls` (values.yaml lines 654-666). For custom SSL certificates,
use `apisix.ssl.existingCASecret` and `apisix.ssl.certCAFilename` (values.yaml
lines 316-319).
You can also use `apisix.fullCustomConfig` (values.yaml lines 335-340) for
complete control over the `config.yaml` including any deployment certificate
paths.
Closing as this question has been inactive for over 2 years. If you still
have questions, 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]