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:
properties:
loadGenMaxRecords: "15000"
kafkaConfig:
bootstrapServer: "localhost:9092"
bootstrapServer: "theodolite-cp-kafka:9092"
topics:
- name: "input"
numPartitions: 40
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment