fix inclusionRegexps not working (#1972)

This commit is contained in:
小小hao
2025-03-30 10:41:01 +08:00
committed by GitHub
parent 492c5d350a
commit 20dfc3d64f
3 changed files with 7 additions and 1 deletions

View File

@@ -199,6 +199,11 @@ global:
# -- Controls if sidecar is injected at the front of the container list and blocks the start of the other containers until the proxy is ready
holdApplicationUntilProxyStarts: false
# -- Proxy stats name regexps matcher for inclusion
proxyStatsMatcher:
inclusionRegexps:
- ".*"
proxy_init:
# -- Base name for the proxy_init container, used to configure iptables.
image: proxyv2