-
Notifications
You must be signed in to change notification settings - Fork 300
/
values.yaml
82 lines (69 loc) · 1.43 KB
/
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
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
serviceGraphImage: gcr.io/istio-testing/isotope:0.0.3
serviceNamePrefix: svc-
requestSize: 128B
responseSize: 1KiB
replicas: 2
resources:
requests:
cpu: 50m
readinessProbe:
httpGet:
path: /metrics
port: 8080
initialDelaySeconds: 5
periodSeconds: 5
# request cpu/memory resources of istio-proxy
proxyCPU: 100m
proxyMemory: 128Mi
# If enabled, strict mTLS will be set for the namespace
mtls: true
prometheus_scrape: false
# For multi cluster case
# first cluster run with multicluster.enabled=true and multicluster.cluster1=true
# second cluster run with multicluster.enabled=true and multicluster.cluster2=true
multicluster:
enabled: false
cluster1: false
cluster2: false
vm:
enabled: false
# time between config changes
configSleep: 120
# time between replicas changes
replicasSleep: 10
# tcp does not support permissive mode
# so readinessProbe
# tcpReadinessProbe:
# ingress should be set correctly
ingress: 127.0.0.1
https: false
Namespace: test
livenessProbe: false
tcpLivenessProbe: false
tcpReadinessProbe: false
domain: ""
h2upgrade: false # set to true if you want to upgrade http connections to h2
# service in this graph.
# TODO:(mjog) reduce the server-graph-gen.yaml by iterating over services.
services:
- "0"
- "0-0"
- "0-0-0"
- "0-1"
- "0-1-0"
- "0-2"
- "0-2-0"
- "0-3"
- "0-3-0"
- "0-4"
- "0-4-0"
- "0-5"
- "0-5-0"
- "0-6"
- "0-6-0"
- "0-7"
- "0-7-0"
- "0-8"
- "0-8-0"
# service port name
httpPortName: http-web