-
Notifications
You must be signed in to change notification settings - Fork 6
/
istio16.yaml
61 lines (61 loc) · 1.41 KB
/
istio16.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
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
name: basic-install
spec:
profile: default
meshConfig:
enableTracing: false
defaultConfig:
tracing:
sampling: 0
components:
ingressGateways:
- name: istio-ingressgateway
enabled: true
k8s:
env:
- name: ISTIO_METAJSON_ANNOTATIONS
value: |
{"sidecar.istio.io/statsInclusionPrefixes": "cluster.outbound,listener"}
nodeSelector:
test.role: router
replicaCount: 1
resources:
limits:
cpu: "256"
memory: 256Gi
requests:
cpu: "16"
memory: 2Gi
cni:
namespace: kube-system
enabled: true
pilot:
k8s:
replicaCount: 1
values:
cni:
cniBinDir: /var/lib/cni/bin
cniConfDir: /etc/cni/multus/net.d
cniConfFileName: istio-cni.conf
chained: false
excludeNamespaces:
- istio-system
- kube-system
logLevel: info
gateways:
istio-ingressgateway:
autoscaleEnabled: false
global:
proxy:
autoInject: disabled
# Prevents reaching DockerHub thresholds
imagePullPolicy: IfNotPresent
pilot:
autoscaleEnabled: false
traceSampling: 0
sidecarInjectorWebhook:
injectedAnnotations:
k8s.v1.cni.cncf.io/networks: istio-cni