File tree 2 files changed +15
-15
lines changed
tests/templates/kuttl/resources
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ spec:
17
17
- name: opa
18
18
resources:
19
19
requests:
20
- cpu: 200m
20
+ cpu: 100m
21
21
memory: 256Mi
22
22
limits:
23
- cpu: 300m
23
+ cpu: 110m
24
24
memory: 256Mi
25
25
- name: bundle-builder
26
26
{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
@@ -38,11 +38,11 @@ spec:
38
38
- name: opa
39
39
resources:
40
40
requests:
41
- cpu: 200m
42
- memory: 512Mi
41
+ cpu: 120m
42
+ memory: 384Mi
43
43
limits:
44
- cpu: 400m
45
- memory: 512Mi
44
+ cpu: 130m
45
+ memory: 384Mi
46
46
- name: bundle-builder
47
47
{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
48
48
- name: vector
@@ -59,10 +59,10 @@ spec:
59
59
- name: opa
60
60
resources:
61
61
requests:
62
- cpu: 210m
62
+ cpu: 140m
63
63
memory: 256Mi
64
64
limits:
65
- cpu: 310m
65
+ cpu: 150m
66
66
memory: 256Mi
67
67
- name: bundle-builder
68
68
{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
Original file line number Diff line number Diff line change 15
15
config:
16
16
resources:
17
17
cpu:
18
- min: 200m
19
- max: 300m
18
+ min: 100m
19
+ max: 110m
20
20
memory:
21
21
limit: 256Mi
22
22
logging:
@@ -27,10 +27,10 @@ spec:
27
27
config:
28
28
resources:
29
29
cpu:
30
- min: 200m
31
- max: 400m
30
+ min: 120m
31
+ max: 130m
32
32
memory:
33
- limit: 512Mi
33
+ limit: 384Mi
34
34
logging:
35
35
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
36
36
resources-from-pod-overrides:
40
40
- name: opa
41
41
resources:
42
42
requests:
43
- cpu: 210m
43
+ cpu: 140m
44
44
limits:
45
- cpu: 310m
45
+ cpu: 150m
You can’t perform that action at this time.
0 commit comments