Created
June 19, 2020 16:12
-
-
Save vamsijakkula/a58a658b3e561033b66ab67bf763a6ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: serving.knative.dev/v1alpha1 | |
kind: Service | |
metadata: | |
name: hellowhale-knative | |
namespace: default | |
spec: | |
template: | |
spec: | |
containers: | |
- image: docker.io/vamsijakkula/hellowhale-knative |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment