You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
490 B
20 lines
490 B
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: istio
|
|
namespace: istio-system
|
|
data:
|
|
# Configuration file for the mesh networks to be used by the Split Horizon EDS.
|
|
mesh: |-
|
|
accessLogFile: /dev/stdout
|
|
defaultConfig:
|
|
discoveryAddress: istiod.istio-system.svc:15012
|
|
proxyMetadata: {}
|
|
tracing: {}
|
|
enablePrometheusMerge: true
|
|
rootNamespace: istio-system
|
|
tcpKeepalive:
|
|
interval: 5s
|
|
probes: 3
|
|
time: 10s
|
|
trustDomain: cluster.local
|
|
|