-
Notifications
You must be signed in to change notification settings - Fork 94
/
servicemesh_v1alpha1_istiocontrolplane.yaml
115 lines (115 loc) · 2.66 KB
/
servicemesh_v1alpha1_istiocontrolplane.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
apiVersion: servicemesh.cisco.com/v1alpha1
kind: IstioControlPlane
metadata:
name: icp-v117x-sample
spec:
version: 1.17.8
mode: ACTIVE
meshID: mesh1
networkName: network1
logging:
level: "default:info"
mountMtlsCerts: false
meshExpansion:
enabled: false
istiod:
deployment:
replicas:
min: 1
max: 5
count: 1
image: "gcr.io/istio-release/pilot:1.17.8"
resources:
requests:
cpu: 500m
memory: 2048Mi
nodeSelector: {}
affinity: {}
tolerations: []
podMetadata:
labels: {}
annotations: {}
securityContext: {}
enableAnalysis: false
enableStatus: false
externalIstiod:
enabled: false
traceSampling: 1.0
enableProtocolSniffingOutbound: true
enableProtocolSniffingInbound: true
certProvider: ISTIOD
spiffe:
operatorEndpoints:
enabled: false
proxy:
image: "gcr.io/istio-release/proxyv2:1.17.8"
privileged: false
enableCoreDump: false
logLevel: "WARNING"
componentLogLevel: "misc:error"
clusterDomain: "cluster.local"
holdApplicationUntilProxyStarts: false
lifecycle: {}
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 2000m
memory: 1024Mi
includeIPRanges: "*"
excludeIPRanges: ""
excludeInboundPorts: ""
excludeOutboundPorts: ""
proxyInit:
image: "gcr.io/istio-release/proxyv2:1.17.8"
resources:
limits:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 10m
memory: 10Mi
telemetryV2:
enabled: true
sds:
tokenAudience: "istio-ca"
proxyWasm:
enabled: false
watchOneNamespace: false
caAddress: ""
distribution: "official"
httpProxyEnvs:
httpProxy: ""
httpsProxy: ""
noProxy: ""
meshConfig:
proxyListenPort: 15001
connectTimeout: 10s
protocolDetectionTimeout: 5s
ingressClass: istio
ingressService: imgw-sample
ingressControllerMode: STRICT
ingressSelector: imgw-sample
enableTracing: false
accessLogFile: /dev/stdout
accessLogFormat: ""
accessLogEncoding: TEXT
enableEnvoyAccessLogService: false
disableEnvoyListenerLog: false
defaultConfig:
configPath: ./etc/istio/proxy
binaryPath: /usr/local/bin/envoy
serviceCluster: istio-proxy
drainDuration: 45s
parentShutdownDuration: 60s
proxyAdminPort: 15000
controlPlaneAuthPolicy: MUTUAL_TLS
concurrency: 2
outboundTrafficPolicy:
mode: ALLOW_ANY
enableAutoMtls: true
trustDomain: cluster.local
trustDomainAliases: []
rootNamespace: istio-system
dnsRefreshRate: 5s