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