chore: add note about istio envoy filter

This commit is contained in:
Stefan Reimer 2024-10-15 13:52:41 +01:00
parent d6f5ddd3fa
commit 1b0b96bb5b

View File

@ -17,6 +17,14 @@ Installs Istio Ingress Gateways, requires kubezero-istio to be installed !
{{ template "chart.valuesSection" . }}
## ToDo
- exclude certain ports from any Envoyfilters
```
- filter_disabled:
destination_port_range:
end: 1026
start: 1025
```
## Resources
- https://github.com/cilium/cilium/blob/main/operator/pkg/model/translation/envoy_listener.go#L134