Skip to content
Snippets Groups Projects
Commit cbb2c369 authored by Lionel Walter's avatar Lionel Walter
Browse files

Reduce resource requests and limits for test swisscollections

parent 3622e177
Branches
Tags
No related merge requests found
Pipeline #171513 passed
......@@ -22,11 +22,11 @@ spec:
args: [ "-Xms64m", "-Xmx8g", "-jar", "/app/app.jar" ]
resources:
requests:
cpu: "0.2"
memory: "512Mi"
cpu: "0.005"
memory: "300Mi"
limits:
cpu: "0.8"
memory: "1Gi"
cpu: "0.01"
memory: "600Mi"
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: dd-ka6.ub.unibas.ch:9092,dd-ka7.ub.unibas.ch:9092,dd-ka8.ub.unibas.ch:9092
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment