apiVersion: serving.knative.dev/v1alpha1 # Current version of Knative kind: Service metadata: name: knative-node-app # The name of the app namespace: default # The namespace the app will use spec: runLatest: configuration: revisionTemplate: spec: container: image: registry.{REGION}.bluemix.net/{NAMESPACE}/knative-node-app # The URL to the image of the app on IBMCLOUD Registry env: - name: TARGET # The environment variable printed out by the sample app value: "Knative Node App running on IBM Cloud"