-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsmcp_v2.yaml
94 lines (94 loc) · 1.91 KB
/
smcp_v2.yaml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
apiVersion: maistra.io/v2
kind: ServiceMeshControlPlane
metadata:
name: basic-install
namespace: mesh-control-plane
spec:
addons:
grafana:
enabled: false
jaeger:
install:
ingress:
enabled: false
storage:
type: Memory
#type: Elasticsearch
kiali:
enabled: ${KIALI_ENABLED}
prometheus:
install:
service:
ingress:
enabled: false
gateways:
egress:
enabled: false
runtime:
deployment:
autoScaling:
enabled: false
service: {}
ingress:
runtime:
container:
env:
ISTIO_METAJSON_ANNOTATIONS: |
"{\"sidecar.istio.io/statsInclusionPrefixes\": \"cluster.outbound,listener\"}"
resources:
# Missing the limits would cause errors with requests above limits
limits:
cpu: "256"
memory: 256Gi
requests:
cpu: "16"
memory: 2Gi
deployment:
autoScaling:
enabled: false
pod:
nodeSelector:
${INGRESS_NODE_SELECTOR}
service: {}
openshiftRoute:
enabled: true
policy:
type: None
profiles:
- default
proxy:
injection:
autoInject: false
runtime:
container:
resources:
requests:
cpu: 100m
memory: 128Mi
runtime:
components:
mixer.policy:
deployment:
autoScaling:
enabled: false
mixer.telemetry:
deployment:
autoScaling:
enabled: false
pilot:
deployment:
autoScaling:
enabled: false
techPreview:
tracing:
jaeger:
enabled: false
telemetry:
type: None
# type: Istiod
tracing:
sampling: 0
type: None
# sampling: 10000
# type: Jaeger
version: v2.1