github.com/GoogleContainerTools/skaffold/v2@v2.13.2/integration/testdata/deploy-cloudrun/service.yaml (about)

     1  apiVersion: "serving.knative.dev/v1"
     2  kind: Service
     3  metadata:
     4    name: skaffold-test
     5  spec:
     6    template:
     7      spec:
     8        containers:
     9        - image: gcr.io/cloudrun/hello