apiVersion: v1
kind: Pod
metadata:
  name: test-pod
  labels:
    app: test-pod
spec:
  containers:
    - name: test-pod
      image: nginx
      imagePullPolicy: IfNotPresent
  restartPolicy: Always