File tree Expand file tree Collapse file tree
tests/templates/kuttl/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ spec:
2525 resources:
2626 requests:
2727 cpu: 100m
28- memory: 2Gi
28+ memory: 3001Mi
2929 limits:
3030 cpu: "1"
31- memory: 2Gi
31+ memory: 3001Mi
3232 - name: metrics
3333{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
3434 - name: vector
@@ -49,10 +49,10 @@ spec:
4949 resources:
5050 requests:
5151 cpu: 200m
52- memory: 3Gi
52+ memory: 3002Mi
5353 limits:
5454 cpu: "2"
55- memory: 3Gi
55+ memory: 3002Mi
5656 - name: metrics
5757{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
5858 - name: vector
@@ -73,10 +73,10 @@ spec:
7373 resources:
7474 requests:
7575 cpu: 300m
76- memory: 2Gi
76+ memory: 3001Mi
7777 limits:
7878 cpu: 900m
79- memory: 2Gi
79+ memory: 3001Mi
8080 - name: metrics
8181{% if lookup ('env' , 'VECTOR_AGGREGATOR' ) %}
8282 - name: vector
Original file line number Diff line number Diff line change 5555 min: 100m
5656 max: "1"
5757 memory:
58- limit: 2Gi
58+ limit: 3001Mi
5959 roleGroups:
6060 resources-from-role:
6161 replicas: 1
6666 min: 200m
6767 max: "2"
6868 memory:
69- limit: 3Gi
69+ limit: 3002Mi
7070 replicas: 1
7171 resources-from-pod-overrides:
7272 podOverrides:
You can’t perform that action at this time.
0 commit comments