This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git
The following commit(s) were added to refs/heads/main by this push: new e62ebba Fix value in istio when some features are not enabled e62ebba is described below commit e62ebbafe0e7dd9058e229ad7328e8dd35a92c68 Author: kezhenxu94 <kezhenx...@apache.org> AuthorDate: Sun Mar 26 18:32:45 2023 +0800 Fix value in istio when some features are not enabled --- deploy/platform/kubernetes/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/platform/kubernetes/values.yaml b/deploy/platform/kubernetes/values.yaml index 7ed53d3..2f30a73 100644 --- a/deploy/platform/kubernetes/values.yaml +++ b/deploy/platform/kubernetes/values.yaml @@ -186,11 +186,11 @@ istiod: tracing: sampling: 100 zipkin: - address: ~ + address: "" envoyMetricsService: - address: ~ + address: "" envoyAccessLogService: - address: ~ + address: "" proxyStatsMatcher: inclusionRegexps: - ".*membership_healthy.*"