Skip to content

Commit c89c3ae

Browse files
committed
switching workaround to explicitly disabling the tracer on the proxy
1 parent 85716ce commit c89c3ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/istio/values.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ helmValues:
44
priorityClassName: "kyma-system-priority"
55
imagePullPolicy: IfNotPresent
66
proxy:
7+
tracer: none
78
readinessFailureThreshold: 40
89
readinessInitialDelaySeconds: 5
910
readinessPeriodSeconds: 5
@@ -43,10 +44,6 @@ meshConfig:
4344
tracing: []
4445
defaultConfig:
4546
holdApplicationUntilProxyStarts: true
46-
tracing:
47-
zipkin:
48-
# workaround till https://github.com/istio/istio/issues/45890 is solved
49-
address: 127.0.0.1:9411
5047
enablePrometheusMerge: false
5148
enableTracing: false
5249
extensionProviders:

0 commit comments

Comments
 (0)