aboutsummaryrefslogtreecommitdiff
path: root/test/99testclient.yml
blob: 2d01813e803381f00e245e7f4fb61c333eb39783 (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-persistent:0.10.1@sha256:110f9e866acd4fb9e059b45884c34a210b2f40d6e2f8afe98ded616f43b599f9
    command:
      - sh
      - -c
      - "exec tail -f /dev/null"