Skip to content
Snippets Groups Projects
Commit 7de68499 authored by Sören Henning's avatar Sören Henning
Browse files

Slightly simplify test resources

parent fdc440de
Branches
Tags
1 merge request!305Set Kafka Streams commit interval to 5000ms
Pipeline #10164 canceled
...@@ -26,8 +26,6 @@ spec: ...@@ -26,8 +26,6 @@ spec:
value: "http://my-confluent-cp-schema-registry:8081" value: "http://my-confluent-cp-schema-registry:8081"
- name: JAVA_OPTS - name: JAVA_OPTS
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555" value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: COMMIT_INTERVAL_MS # Set as default for the applications
value: "100"
resources: resources:
limits: limits:
cpu: 1000m cpu: 1000m
......
...@@ -26,8 +26,6 @@ spec: ...@@ -26,8 +26,6 @@ spec:
value: "http://my-confluent-cp-schema-registry:8081" value: "http://my-confluent-cp-schema-registry:8081"
- name: JAVA_OPTS - name: JAVA_OPTS
value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555" value: "-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.port=5555"
- name: COMMIT_INTERVAL_MS # Set as default for the applications
value: "100"
resources: resources:
limits: limits:
memory: 4Gi memory: 4Gi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment