diff --git a/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml b/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml
index 9c04a94c5084d5b3b0bfb030b204041ae5f957a6..c92ffcf78cfc39511d4efd4b57b4fd3a68709b22 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 099347641f614113dbeba140d2d481562b692193..88013ef84b5b03dbd16873b17e1829b120a88d96 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 1e93972d2b7b091cc3fcad49eda8f6098b853e0b..5b56c9b5e265e81e778be187d80a3710bc7cbc3c 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"