aboutsummaryrefslogtreecommitdiff
path: root/test/99testclient.yml
blob: bc9eba2cd05adc7488d62c4759bf6887f6257c37 (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.11.0.0-rc2@sha256:c1316e0131f4ec83bc645ca2141e4fda94e0d28f4fb5f836e15e37a5e054bdf1
    command:
      - sh
      - -c
      - "exec tail -f /dev/null"