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