From b2376772a2482511cc3fff247c13de43f4866a03 Mon Sep 17 00:00:00 2001
From: lorenz <stu203404@mail.uni-kiel.de>
Date: Wed, 9 Feb 2022 14:51:02 +0100
Subject: [PATCH] Remove uneccesarry infrastructure

---
 .../infrastructure/kafka-client.yaml          | 24 -------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 theodolite-benchmarks/definitions/uc2-beam-samza/infrastructure/kafka-client.yaml

diff --git a/theodolite-benchmarks/definitions/uc2-beam-samza/infrastructure/kafka-client.yaml b/theodolite-benchmarks/definitions/uc2-beam-samza/infrastructure/kafka-client.yaml
deleted file mode 100644
index 77ad4b3f3..000000000
--- a/theodolite-benchmarks/definitions/uc2-beam-samza/infrastructure/kafka-client.yaml
+++ /dev/null
@@ -1,24 +0,0 @@
-apiVersion: apps/v1
-kind: Deployment
-metadata:
-  name: kafka-client
-  labels:
-    app: kafka-client
-spec:
-  replicas: 3
-  selector:
-    matchLabels:
-      app: kafka-client
-  template:
-    metadata:
-      labels:
-        app: kafka-client
-    spec:
-      containers:
-      - name: kafka-client
-        image: confluentinc/cp-enterprise-kafka:5.4.0
-        command: 
-          - sh
-          - -c
-          - "exec tail -f /dev/null"
-        restartPolicy: Never
\ No newline at end of file
-- 
GitLab