From 9979aa6a0739d8499de19236f1a8334e86fc4b6b Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Tue, 31 Aug 2021 21:50:08 +0200
Subject: [PATCH] switch to default values

---
 theodolite/examples/operator/example-benchmark.yaml | 2 +-
 theodolite/examples/operator/example-execution.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml
index ad669f864..afc077b4d 100644
--- a/theodolite/examples/operator/example-benchmark.yaml
+++ b/theodolite/examples/operator/example-benchmark.yaml
@@ -21,7 +21,7 @@ spec:
           properties:
             loadGenMaxRecords: "15000"
   kafkaConfig:
-    bootstrapServer: "localhost:9092"
+    bootstrapServer: "theodolite-cp-kafka:9092"
     topics:
       - name: "input"
         numPartitions: 40
diff --git a/theodolite/examples/operator/example-execution.yaml b/theodolite/examples/operator/example-execution.yaml
index 58ec761c4..e2efb6e9a 100644
--- a/theodolite/examples/operator/example-execution.yaml
+++ b/theodolite/examples/operator/example-execution.yaml
@@ -12,7 +12,7 @@ spec:
     resourceValues: [1, 2, 3, 4, 5]
   slos:
     - sloType: "lag trend"
-      prometheusUrl: "http://localhost:9090"
+      prometheusUrl: "http://prometheus-operated:9090"
       offset: 0
       properties:
         threshold: 2000
-- 
GitLab