We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85716ce commit c89c3aeCopy full SHA for c89c3ae
resources/istio/values.yaml
@@ -4,6 +4,7 @@ helmValues:
4
priorityClassName: "kyma-system-priority"
5
imagePullPolicy: IfNotPresent
6
proxy:
7
+ tracer: none
8
readinessFailureThreshold: 40
9
readinessInitialDelaySeconds: 5
10
readinessPeriodSeconds: 5
@@ -43,10 +44,6 @@ meshConfig:
43
44
tracing: []
45
defaultConfig:
46
holdApplicationUntilProxyStarts: true
- tracing:
47
- zipkin:
48
- # workaround till https://github.com/istio/istio/issues/45890 is solved
49
- address: 127.0.0.1:9411
50
enablePrometheusMerge: false
51
enableTracing: false
52
extensionProviders:
0 commit comments