docs(helm): add enableDeltaXDS configuration to README.md for Istio delta xDS support

Change-Id: Id5908f1e93be5ff40fd23e730fcb16dff6175bf0
Co-developed-by: Cursor <noreply@cursor.com>
This commit is contained in:
jingze
2026-02-06 16:27:13 +08:00
parent 48a790be39
commit 9bb315060c

View File

@@ -163,6 +163,7 @@ The command removes all the Kubernetes components associated with the chart and
| global.defaultResources | object | `{"requests":{"cpu":"10m"}}` | A minimal set of requested resources to applied to all deployments so that Horizontal Pod Autoscaler will be able to function (if set). Each component can overwrite these default values by adding its own resources block in the relevant section below and setting the desired resources values. |
| global.defaultUpstreamConcurrencyThreshold | int | `10000` | |
| global.disableAlpnH2 | bool | `false` | Whether to disable HTTP/2 in ALPN |
| global.enableDeltaXDS | bool | `false` | Whether to enable Istio delta xDS. Default is false due to SRDS compatibility. |
| global.enableGatewayAPI | bool | `true` | If true, Higress Controller will monitor Gateway API resources as well |
| global.enableH3 | bool | `false` | |
| global.enableIPv6 | bool | `false` | |