docs/serving/samples/helloworld-clojure/service.yaml

16 lines
358 B
YAML

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-clojure
namespace: default
spec:
runLatest:
configuration:
revisionTemplate:
spec:
container:
image: docker.io/{username}/helloworld-clojure
env:
- name: TARGET
value: "Clojure Sample v1"