github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/oneup_custom/oneup_custom.yaml (about)

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