blob: e7530b9a82457265ece23bea4460a9d395d4b68c [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-nodejs
namespace: default
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
image: docker.io/{DOCKER_USERNAME}/helloworld-nodejs
env:
- name: TARGET
value: "Node.js Sample v1"