chore: add note about istio envoy filter
This commit is contained in:
parent
d6f5ddd3fa
commit
1b0b96bb5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user