aboutsummaryrefslogtreecommitdiff
path: root/test/99testclient.yml
blob: 6ed3cc8d2fd26bbcfed61f798f63370636e218e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Kafka image without the service, so you can run ./bin/ stuff
# kubectl exec -ti testclient -- /bin/bash
apiVersion: v1
kind: Pod
metadata:
  name: testclient
  namespace: kafka
spec:
  containers:
  - name: kafka
    image: solsson/kafka:0.10.0.1
    command:
      - sh
      - -c
      - "exec tail -f /dev/null"