github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/bazel-rules-oci/deploy.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 name: helloweb 5 labels: 6 app: hello 7 spec: 8 selector: 9 matchLabels: 10 app: hello 11 tier: web 12 template: 13 metadata: 14 labels: 15 app: hello 16 tier: web 17 spec: 18 containers: 19 - name: hello-app 20 image: hello-image 21 ports: 22 - containerPort: 8080 23 resources: 24 requests: 25 cpu: 200m