From ed998a6fd973947a3fc10a9170560ab76874125d Mon Sep 17 00:00:00 2001 From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de> Date: Fri, 16 Apr 2021 17:21:44 +0200 Subject: [PATCH] minor configuration changes --- .../{uc-1-jmx-configmap.yaml => uc1-jmx-configmap.yaml} | 0 .../definitions/uc4-kstreams/uc4-kstreams-deployment.yaml | 2 +- .../definitions/uc4-kstreams/uc4-load-generator-deployment.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename theodolite-benchmarks/definitions/uc1-kstreams/{uc-1-jmx-configmap.yaml => uc1-jmx-configmap.yaml} (100%) diff --git a/theodolite-benchmarks/definitions/uc1-kstreams/uc-1-jmx-configmap.yaml b/theodolite-benchmarks/definitions/uc1-kstreams/uc1-jmx-configmap.yaml similarity index 100% rename from theodolite-benchmarks/definitions/uc1-kstreams/uc-1-jmx-configmap.yaml rename to theodolite-benchmarks/definitions/uc1-kstreams/uc1-jmx-configmap.yaml diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-deployment.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-deployment.yaml index e3f63fae9..20e0872d2 100644 --- a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:latest + image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:latest ports: - containerPort: 5555 name: jmx diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-load-generator-deployment.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-load-generator-deployment.yaml index c1cad0b70..dc6981c90 100644 --- a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-load-generator-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-load-generator-deployment.yaml @@ -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 -- GitLab