blob: 02b9634e112f031c922f519923e78d4b49773a64 [file] [log] [blame]
apiVersion: v1
kind: ConfigMap
metadata:
name: istio
namespace: dubbo-system
labels:
istio.io/rev: default
install.operator.istio.io/owning-resource: unknown
operator.istio.io/component: "Pilot"
release: istio
data:
# Configuration file for the mesh networks to be used by the Split Horizon EDS.
meshNetworks: |-
networks: {}
mesh: |-
defaultConfig:
discoveryAddress: istiod.dubbo-system.svc:15012
proxyMetadata: {}
tracing: {}
enablePrometheusMerge: true
rootNamespace: dubbo-system
trustDomain: cluster.local
---