File tree 4 files changed +189
-0
lines changed
4 files changed +189
-0
lines changed Original file line number Diff line number Diff line change @@ -1057,6 +1057,9 @@ function getNodeAffinities(): string[] {
1057
1057
"values.nodeAffinities_1.yaml" ,
1058
1058
"values.nodeAffinities_2.yaml" ,
1059
1059
"values.nodeAffinities_0.yaml" ,
1060
+ "values.nodeAffinities_3.yaml" ,
1061
+ "values.nodeAffinities_4.yaml" ,
1062
+ "values.nodeAffinities_5.yaml" ,
1060
1063
]
1061
1064
}
1062
1065
Original file line number Diff line number Diff line change
1
+ affinity :
2
+ nodeAffinity :
3
+ requiredDuringSchedulingIgnoredDuringExecution :
4
+ nodeSelectorTerms :
5
+ - matchExpressions :
6
+ - key : workload/meta
7
+ operator : Exists
8
+
9
+ components :
10
+
11
+ wsDaemon :
12
+ affinity :
13
+ nodeAffinity :
14
+ requiredDuringSchedulingIgnoredDuringExecution :
15
+ nodeSelectorTerms :
16
+ - matchExpressions :
17
+ - key : gitpod.io/workspace_3
18
+ operator : Exists
19
+
20
+ registryFacade :
21
+ affinity :
22
+ nodeAffinity :
23
+ requiredDuringSchedulingIgnoredDuringExecution :
24
+ nodeSelectorTerms :
25
+ - matchExpressions :
26
+ - key : gitpod.io/workspace_3
27
+ operator : Exists
28
+
29
+
30
+ workspace :
31
+ affinity :
32
+ default : gitpod.io/workspace_3
33
+
34
+ # Sub-Charts
35
+
36
+ rabbitmq :
37
+ affinity :
38
+ nodeAffinity :
39
+ requiredDuringSchedulingIgnoredDuringExecution :
40
+ nodeSelectorTerms :
41
+ - matchExpressions :
42
+ - key : workload/meta
43
+ operator : Exists
44
+
45
+ mysql :
46
+ primary :
47
+ affinity :
48
+ nodeAffinity :
49
+ requiredDuringSchedulingIgnoredDuringExecution :
50
+ nodeSelectorTerms :
51
+ - matchExpressions :
52
+ - key : workload/meta
53
+ operator : Exists
54
+
55
+ minio :
56
+ affinity :
57
+ nodeAffinity :
58
+ requiredDuringSchedulingIgnoredDuringExecution :
59
+ nodeSelectorTerms :
60
+ - matchExpressions :
61
+ - key : workload/meta
62
+ operator : Exists
Original file line number Diff line number Diff line change
1
+ affinity :
2
+ nodeAffinity :
3
+ requiredDuringSchedulingIgnoredDuringExecution :
4
+ nodeSelectorTerms :
5
+ - matchExpressions :
6
+ - key : workload/meta
7
+ operator : Exists
8
+
9
+ components :
10
+
11
+ wsDaemon :
12
+ affinity :
13
+ nodeAffinity :
14
+ requiredDuringSchedulingIgnoredDuringExecution :
15
+ nodeSelectorTerms :
16
+ - matchExpressions :
17
+ - key : gitpod.io/workspace_4
18
+ operator : Exists
19
+
20
+ registryFacade :
21
+ affinity :
22
+ nodeAffinity :
23
+ requiredDuringSchedulingIgnoredDuringExecution :
24
+ nodeSelectorTerms :
25
+ - matchExpressions :
26
+ - key : gitpod.io/workspace_4
27
+ operator : Exists
28
+
29
+
30
+ workspace :
31
+ affinity :
32
+ default : gitpod.io/workspace_4
33
+
34
+ # Sub-Charts
35
+
36
+ rabbitmq :
37
+ affinity :
38
+ nodeAffinity :
39
+ requiredDuringSchedulingIgnoredDuringExecution :
40
+ nodeSelectorTerms :
41
+ - matchExpressions :
42
+ - key : workload/meta
43
+ operator : Exists
44
+
45
+ mysql :
46
+ primary :
47
+ affinity :
48
+ nodeAffinity :
49
+ requiredDuringSchedulingIgnoredDuringExecution :
50
+ nodeSelectorTerms :
51
+ - matchExpressions :
52
+ - key : workload/meta
53
+ operator : Exists
54
+
55
+ minio :
56
+ affinity :
57
+ nodeAffinity :
58
+ requiredDuringSchedulingIgnoredDuringExecution :
59
+ nodeSelectorTerms :
60
+ - matchExpressions :
61
+ - key : workload/meta
62
+ operator : Exists
Original file line number Diff line number Diff line change
1
+ affinity :
2
+ nodeAffinity :
3
+ requiredDuringSchedulingIgnoredDuringExecution :
4
+ nodeSelectorTerms :
5
+ - matchExpressions :
6
+ - key : workload/meta
7
+ operator : Exists
8
+
9
+ components :
10
+
11
+ wsDaemon :
12
+ affinity :
13
+ nodeAffinity :
14
+ requiredDuringSchedulingIgnoredDuringExecution :
15
+ nodeSelectorTerms :
16
+ - matchExpressions :
17
+ - key : gitpod.io/workspace_5
18
+ operator : Exists
19
+
20
+ registryFacade :
21
+ affinity :
22
+ nodeAffinity :
23
+ requiredDuringSchedulingIgnoredDuringExecution :
24
+ nodeSelectorTerms :
25
+ - matchExpressions :
26
+ - key : gitpod.io/workspace_5
27
+ operator : Exists
28
+
29
+
30
+ workspace :
31
+ affinity :
32
+ default : gitpod.io/workspace_5
33
+
34
+ # Sub-Charts
35
+
36
+ rabbitmq :
37
+ affinity :
38
+ nodeAffinity :
39
+ requiredDuringSchedulingIgnoredDuringExecution :
40
+ nodeSelectorTerms :
41
+ - matchExpressions :
42
+ - key : workload/meta
43
+ operator : Exists
44
+
45
+ mysql :
46
+ primary :
47
+ affinity :
48
+ nodeAffinity :
49
+ requiredDuringSchedulingIgnoredDuringExecution :
50
+ nodeSelectorTerms :
51
+ - matchExpressions :
52
+ - key : workload/meta
53
+ operator : Exists
54
+
55
+ minio :
56
+ affinity :
57
+ nodeAffinity :
58
+ requiredDuringSchedulingIgnoredDuringExecution :
59
+ nodeSelectorTerms :
60
+ - matchExpressions :
61
+ - key : workload/meta
62
+ operator : Exists
You can’t perform that action at this time.
0 commit comments