apiVersion: serving.knative.dev/v1alpha1 kind: Service metadata: name: helloworld-nodejs namespace: default spec: runLatest: configuration: revisionTemplate: spec: container: image: gcr.io/knative-samples/helloworld-nodejs env: - name: TARGET value: "Node.js Sample v1"