Skip to content

Instantly share code, notes, and snippets.

@bijukunjummen
Created September 23, 2022 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bijukunjummen/79e19d103f6812b23b73d27f36e5c43d to your computer and use it in GitHub Desktop.
Save bijukunjummen/79e19d103f6812b23b73d27f36e5c43d to your computer and use it in GitHub Desktop.
Cloud Run sample manifest
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: cloudrun-sample
spec:
template:
spec:
containers:
- image: clouddeploy-cloudrun-app-image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment