github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/unstable-deployment/incorrect-deployment.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: unstable-deployment 5 spec: 6 progressDeadlineSeconds: 20 7 replicas: 1 8 selector: 9 matchLabels: 10 app: unstable 11 template: 12 metadata: 13 labels: 14 app: unstable 15 spec: 16 containers: 17 - name: incorrect-example 18 image: incorrect-example 19 readinessProbe: 20 exec: 21 command: 22 - cat 23 - /does-not-exist