github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/job_fail/app.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: job-fail-app 5 namespace: tilt-integration 6 labels: 7 app: job-fail-app 8 spec: 9 selector: 10 matchLabels: 11 app: job-fail-app 12 template: 13 metadata: 14 labels: 15 app: job-fail-app 16 spec: 17 containers: 18 - name: app 19 image: app