github.com/windmilleng/tilt@v0.13.6/integration/live_update_two_images_one_manifest/two_images.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: twoimages 5 namespace: tilt-integration 6 labels: 7 app: twoimages 8 spec: 9 selector: 10 matchLabels: 11 app: twoimages 12 template: 13 metadata: 14 labels: 15 app: twoimages 16 spec: 17 containers: 18 - name: sparkle 19 image: sparkle 20 ports: 21 - containerPort: 8000 22 resources: 23 requests: 24 cpu: "10m" 25 - name: tada 26 image: tada 27 ports: 28 - containerPort: 8001 29 resources: 30 requests: 31 cpu: "10m"