blob: 218fa0dbbc55734f79c00cbd0946878120a6d58a [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: |-
accessLogFormat: |
{
"key": "val"
}
defaultConfig:
controlPlaneAuthPolicy: NONE
discoveryAddress: my-discovery:123
drainDuration: 12s
proxyMetadata: {}
tracing:
zipkin:
address: zipkin.dubbo-system:9411
enablePrometheusMerge: true
outboundTrafficPolicy:
mode: REGISTRY_ONLY
rootNamespace: istio-control
trustDomain: cluster.local
---