@ -9,8 +9,10 @@ spec:
template:
spec:
containers:
- name: sleep
- name: endpoint-consumer
image: alpine:latest
image: curlimages/curl
command: ["sleep", "10"]
command:
- "curl"
- "localhost:34567"
restartPolicy: Never
backoffLimit: 0
backoffLimit: 2