aboutsummaryrefslogtreecommitdiff
path: root/test/99testclient.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/99testclient.yml')
-rw-r--r--test/99testclient.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/99testclient.yml b/test/99testclient.yml
new file mode 100644
index 0000000..97cbf3d
--- /dev/null
+++ b/test/99testclient.yml
@@ -0,0 +1,14 @@
+# Kafka image without the service, so you can run ./bin/ stuff
+# kubectl exec -ti anythingclient -- /bin/bash
+apiVersion: v1
+kind: Pod
+metadata:
+ name: testclient
+spec:
+ containers:
+ - name: kafka
+ image: solsson/kafka:0.10.0.1
+ command:
+ - sh
+ - -c
+ - "exec tail -f /dev/null"