Skip to content
Snippets Groups Projects
Commit 9979aa6a authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

switch to default values

parent 409b69f1
No related branches found
No related tags found
1 merge request!171Introduce ResourceSets to make loading of resource files more flexible
This commit is part of merge request !171. Comments created here will be created in the context of that merge request.
...@@ -21,7 +21,7 @@ spec: ...@@ -21,7 +21,7 @@ spec:
properties: properties:
loadGenMaxRecords: "15000" loadGenMaxRecords: "15000"
kafkaConfig: kafkaConfig:
bootstrapServer: "localhost:9092" bootstrapServer: "theodolite-cp-kafka:9092"
topics: topics:
- name: "input" - name: "input"
numPartitions: 40 numPartitions: 40
......
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
resourceValues: [1, 2, 3, 4, 5] resourceValues: [1, 2, 3, 4, 5]
slos: slos:
- sloType: "lag trend" - sloType: "lag trend"
prometheusUrl: "http://localhost:9090" prometheusUrl: "http://prometheus-operated:9090"
offset: 0 offset: 0
properties: properties:
threshold: 2000 threshold: 2000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment