blob: 4bdae23636a6865096c766764a159ce5add0f563 [file] [log] [blame]
apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: nodejs-10-runtime
namespace: default
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
# image: docker.io/openwhisk/action-nodejs-v10
image: docker.io/openwhisk/nodejsactionbase
env:
- name: TARGET
value: "Node.js Sample v1"