aboutsummaryrefslogtreecommitdiff
path: root/test/99testclient.yml
blob: 97cbf3d039c48eb96fec92417f3c7993c1df64c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"