github.com/grahambrereton-form3/tilt@v0.10.18/integration/live_update_after_crash_rebuild/deployment.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: live-update-after-crash-rebuild 5 namespace: tilt-integration 6 labels: 7 app: live-update-after-crash-rebuild 8 spec: 9 selector: 10 matchLabels: 11 app: live-update-after-crash-rebuild 12 template: 13 metadata: 14 labels: 15 app: live-update-after-crash-rebuild 16 spec: 17 containers: 18 - name: live-update-after-crash-rebuild 19 image: gcr.io/windmill-test-containers/integration/live_update_after_crash_rebuild 20 ports: 21 - containerPort: 8000