-
…in reply to @krmayank
krmayank fatih But neither does Knative, here is a minimal Knative Service:
apiVersion: serving.knative.dev/v1 metadata: name: hello spec: template: containers: - image: gcr.io/cloudrun/hello
apiVersion: serving.knative.dev/v1
metadata:
name: hello
spec:
template:
containers:
- image: gcr.io/cloudrun/hello