test/automated-pytest-suite/utils/test_files/client_pod.yaml

15 lines
304 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: client-pod
namespace: default
labels:
client: pod-to-pod
spec:
containers:
- image: mantri425/wind-test:latest
command: ["/bin/sh","-c"]
args: ["sleep 60m"]
imagePullPolicy: IfNotPresent
name: client-container
restartPolicy: Always