Skip to content
Snippets Groups Projects

WIP: Re-implementation of Theodolite with Kotlin/Quarkus

Merged Sören Henning requested to merge theodolite-kotlin into master
6 files
+ 16
16
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -20,23 +20,23 @@ execution:
@@ -20,23 +20,23 @@ execution:
configOverrides:
configOverrides:
- patcher:
- patcher:
type: "NodeSelectorPatcher"
type: "NodeSelectorPatcher"
resource: "workloadGenerator.yaml"
resource: "uc1-load-generator-deployment.yaml"
variableName: "env"
variableName: "env"
value: "prod"
value: "prod"
- patcher:
- patcher:
type: "NodeSelectorPatcher"
type: "NodeSelectorPatcher"
resource: "aggregation-deployment.yaml"
resource: "uc1-kstreams-deployment.yaml"
variableName: "env"
variableName: "env"
value: "prod"
value: "prod"
- patcher:
- patcher:
type: "ResourceLimitPatcher"
type: "ResourceLimitPatcher"
resource: "aggregation-deployment.yaml"
resource: "uc1-kstreams-deployment.yaml"
container: "uc-application"
container: "uc-application"
variableName: "cpu"
variableName: "cpu"
value: "50m"
value: "50m"
- patcher:
- patcher:
type: "ResourceLimitPatcher"
type: "ResourceLimitPatcher"
resource: "aggregation-deployment.yaml"
resource: "uc1-kstreams-deployment.yaml"
container: "uc-application"
container: "uc-application"
variableName: "memory"
variableName: "memory"
value: "2Gi"
value: "2Gi"
 
\ No newline at end of file
Loading