github.com/windmilleng/tilt@v0.13.6/integration/imagetags/app.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: imagetags
     5    namespace: tilt-integration
     6    labels:
     7      app: imagetags
     8  spec:
     9    selector:
    10      matchLabels:
    11        app: imagetags
    12    template:
    13      metadata:
    14        labels:
    15          app: imagetags
    16      spec:
    17        containers:
    18        - name: imagetags
    19          image: gcr.io/windmill-test-containers/imagetags-app
    20          ports:
    21          - containerPort: 8000
    22          resources:
    23            requests:
    24              cpu: "10m"