-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
54 lines (53 loc) · 1.25 KB
/
config.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
linkerdVersion: stable-2.8.0
externalIssuer: false
controlPlane:
# namespace: l5d-conformance
config:
ha: false
flags:
- "--controller-log-level"
- "debug"
- "--proxy-log-level"
- "warn,linkerd2_proxy=debug"
# addOns:
# tracing:
# enabled: true
# collector:
# resources:
# cpu:
# limit: 100m
# request: 10m
# memory:
# limit: 100Mi
# request: 50Mi
testCase:
lifecycle:
skip: false
reinstall: false
uninstall: true
upgradeFromVersion: stable-2.7.1
inject:
skip: false
clean: true
tap:
skip: false
clean: true
edges:
skip: false
clean: true
stat:
skip: false
clean: true
ingress:
skip: false
config:
controllers:
- name: nginx
clean: true
- name: ambassador
clean: true
- name: traefik
clean: true
routes:
skip: false
clean: true