diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml index ad669f8648594d3c3079b4071361f01492eed027..afc077b4d82c233e89932d0a6820e5aa5fc20c79 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 58ec761c4e6dc26ba4868fdeda0d80d9cb1e6c81..e2efb6e9a2bb6c08354b57a83506a601ac0ed96e 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