From e8b39bfb5a2bf9e8f207a2c6e8c70e1fcd4731bc Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Fri, 4 Jun 2021 10:35:38 +0200
Subject: [PATCH] clean up

---
 .../config/example-benchmark-yaml-resource.yaml               | 4 ++--
 .../config/example-execution-yaml-resource.yaml               | 2 +-
 theodolite-quarkus/config/example-operator-benchmark.yaml     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml b/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml
index 9c04a94c5..c92ffcf78 100644
--- a/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml
+++ b/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml
@@ -23,12 +23,12 @@ loadTypes:
           - key: "container"
             value: "workload-generator"
       - type: "NumSensorsLoadGeneratorReplicaPatcher"
-        resource: "uc1-load-generator-deployment.yaml"
+        resource: "uc1-load-generator-deploym ent.yaml"
         config:
           - key: "loadGenMaxRecords"
             value: "15000"
 kafkaConfig:
-  bootstrapServer: "localhost:9092"
+  bootstrapServer: "localhost:31290"
   topics:
     - name: "input"
       numPartitions: 40
diff --git a/theodolite-quarkus/config/example-execution-yaml-resource.yaml b/theodolite-quarkus/config/example-execution-yaml-resource.yaml
index 099347641..88013ef84 100644
--- a/theodolite-quarkus/config/example-execution-yaml-resource.yaml
+++ b/theodolite-quarkus/config/example-execution-yaml-resource.yaml
@@ -5,7 +5,7 @@ load:
   loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
 resources:
   resourceType: "Instances"
-  resourceValues: [7, 1, 2, 3, 4, 5]
+  resourceValues: [1, 2, 3, 4, 5]
 slos:
   - sloType: "lag trend"
     threshold: 2000
diff --git a/theodolite-quarkus/config/example-operator-benchmark.yaml b/theodolite-quarkus/config/example-operator-benchmark.yaml
index 1e93972d2..5b56c9b5e 100644
--- a/theodolite-quarkus/config/example-operator-benchmark.yaml
+++ b/theodolite-quarkus/config/example-operator-benchmark.yaml
@@ -9,7 +9,7 @@ spec:
     - "jmx-configmap.yaml"
     - "uc1-service-monitor.yaml"
   loadGenResource:
-      - "uc1-load-generator-deployment.yaml"
+    - "uc1-load-generator-deployment.yaml"
     - "uc1-load-generator-service.yaml"
   resourceTypes:
     - typeName: "Instances"
-- 
GitLab