mirror of https://github.com/istio/istio.io.git
`proxy.istio.io/config` should attach in `annotations` (#10811)
This commit is contained in:
parent
c92304dc25
commit
e9ae249032
|
|
@ -130,13 +130,15 @@ spec:
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
...
|
...
|
||||||
proxy.istio.io/config: |
|
annotations:
|
||||||
tracing:
|
...
|
||||||
sampling: 10
|
proxy.istio.io/config: |
|
||||||
custom_tags:
|
tracing:
|
||||||
my_tag_header:
|
sampling: 10
|
||||||
header:
|
custom_tags:
|
||||||
name: host
|
my_tag_header:
|
||||||
|
header:
|
||||||
|
name: host
|
||||||
spec:
|
spec:
|
||||||
...
|
...
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue