Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tests/templates/kuttl/resources/10-assert.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- name: opa
resources:
requests:
cpu: 100m
cpu: 50m
memory: 256Mi
limits:
cpu: 110m
Expand All @@ -38,11 +38,11 @@ spec:
- name: opa
resources:
requests:
cpu: 120m
memory: 384Mi
cpu: 60m
memory: 284Mi
limits:
cpu: 130m
memory: 384Mi
memory: 284Mi
- name: bundle-builder
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
- name: vector
Expand All @@ -59,7 +59,7 @@ spec:
- name: opa
resources:
requests:
cpu: 140m
cpu: 70m
memory: 256Mi
limits:
cpu: 150m
Expand Down
8 changes: 4 additions & 4 deletions tests/templates/kuttl/resources/10-install-opa.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
config:
resources:
cpu:
min: 100m
min: 50m
max: 110m
memory:
limit: 256Mi
Expand All @@ -32,10 +32,10 @@ spec:
config:
resources:
cpu:
min: 120m
min: 60m
max: 130m
memory:
limit: 384Mi
limit: 284Mi
logging:
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
resources-from-pod-overrides:
Expand All @@ -45,6 +45,6 @@ spec:
- name: opa
resources:
requests:
cpu: 140m
cpu: 70m
limits:
cpu: 150m