apisix-helm-chart
apisix-helm-chart copied to clipboard
🆕Feature Request: Allow config etcdserver for apisix-ingress-controller
The apisix-ingress-controller has introduced a new composite architecture, allowing the control-plane to mock etcd server and reduce maintenance costs.
https://github.com/apache/apisix-ingress-controller/blob/1.7.0/docs/en/latest/composite.md
Config example: https://github.com/apache/apisix-ingress-controller/blob/d91757a1601e984f6bd0c22753b020a092adfc4e/conf/config-default.yaml#L92
However, this option cannot be configured by helm chart yet.
Is there any plan to enable this feature?