Skip to content
Snippets Groups Projects
Commit bd4c87eb authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Fix uc4 kstreams

parent e7789a1f
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!131Add definitions for UC1, UC2, UC3, UC4,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
......@@ -13,13 +13,13 @@ resourceTypes:
- type: "ReplicaPatcher"
resource: "uc4-kstreams-deployment.yaml"
loadTypes:
- typeName: "NumSensors"
- typeName: "NumNestedGroups"
patchers:
- type: "EnvVarPatcher"
resource: "uc4-load-generator-deployment.yaml"
container: "workload-generator"
variableName: "NUM_NESTED_GROUPS"
- type: NumNestedGroupsLoadGeneratorReplicaPatcher
- type: "NumNestedGroupsLoadGeneratorReplicaPatcher"
resource: "uc4-load-generator-deployment.yaml"
kafkaConfig:
bootstrapServer: "theodolite-cp-kafka:9092"
......
......@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:latest
image: ghcr.io/cau-se/theodolite-uc4-workload-generator:latest
ports:
- containerPort: 5701
name: coordination
......@@ -30,3 +30,5 @@ spec:
value: "theodolite-cp-kafka:9092"
- name: SCHEMA_REGISTRY_URL
value: "http://theodolite-cp-schema-registry:8081"
- name: NUM_NESTED_GROUPS
value: "5"
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