-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmcp-west.yml
68 lines (68 loc) · 1.22 KB
/
smcp-west.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
apiVersion: maistra.io/v2
kind: ServiceMeshControlPlane
metadata:
name: basic
spec:
addons:
grafana:
enabled: true
jaeger:
install:
storage:
type: Memory
kiali:
enabled: true
prometheus:
enabled: true
cluster:
name: west-cluster
network: west-network
multiCluster:
enabled: true
meshNetworks:
east-network:
endpoints:
- fromRegistry: east-cluster
gateways:
- address: gw.east.example.com
port: 30443
gateways:
egress:
enabled: true
ingress:
sds:
enabled: true
enabled: true
enabled: true
openshiftRoute:
enabled: false
general:
logging:
componentLevels:
default: info
mode: ClusterWide
meshConfig:
discoverySelectors:
- matchLabels:
istio-injection: enabled
proxy:
accessLogging:
file:
name: /dev/stdout
security:
controlPlane:
mtls: true
dataPlane:
mtls: true
automtls: true
identity:
type: ThirdParty
manageNetworkPolicy: false
techPreview:
global:
meshID: west
tracing:
type: Jaeger
sampling: 10000
telemetry:
type: Istiod