-
Notifications
You must be signed in to change notification settings - Fork 300
/
helm-values.yaml
43 lines (35 loc) · 1.06 KB
/
helm-values.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
# This is used to generate istio-auth.yaml for automated CI/CD test, using v1/alpha1
# or v2/alpha3 with 'gradual migration' (using env variable at inject time).
global:
mtls:
# Default setting for service-to-service mtls. Can be set explicitly using
# destination rules or service annotations.
enabled: true
## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
# imagePullSecrets:
# - name: "private-registry-key"
# Default is 10s second
refreshInterval: 10s
proxy:
image: proxyv2
resources:
requests:
cpu: 2000m
memory: 1024Mi
# Configures the access log for each sidecar. Setting it to an empty string will
# disable access log for sidecar.
accessLogFile: "/dev/null"
# If set, newly injected sidecars will have core dumps enabled.
enableCoreDump: true
mixer:
resources:
requests:
cpu: 4000m
memory: 4048Mi
pilot:
resources:
requests:
cpu: 4000m
memory: 8096Mi
grafana:
enabled: true