From 7de6849953dab433a9b73d0196ed04cccea6919d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Sat, 26 Nov 2022 16:25:33 +0100 Subject: [PATCH] Slightly simplify test resources --- theodolite/src/test/resources/cpu-deployment.yaml | 2 -- theodolite/src/test/resources/memory-deployment.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/theodolite/src/test/resources/cpu-deployment.yaml b/theodolite/src/test/resources/cpu-deployment.yaml index 984564894..4ed00ba8b 100644 --- a/theodolite/src/test/resources/cpu-deployment.yaml +++ b/theodolite/src/test/resources/cpu-deployment.yaml @@ -26,8 +26,6 @@ spec: value: "http://my-confluent-cp-schema-registry:8081" - 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" - - name: COMMIT_INTERVAL_MS # Set as default for the applications - value: "100" resources: limits: cpu: 1000m diff --git a/theodolite/src/test/resources/memory-deployment.yaml b/theodolite/src/test/resources/memory-deployment.yaml index 7af278b8c..57283feab 100644 --- a/theodolite/src/test/resources/memory-deployment.yaml +++ b/theodolite/src/test/resources/memory-deployment.yaml @@ -26,8 +26,6 @@ spec: value: "http://my-confluent-cp-schema-registry:8081" - 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" - - name: COMMIT_INTERVAL_MS # Set as default for the applications - value: "100" resources: limits: memory: 4Gi -- GitLab