knative-report/functions/helloworld.yml
2019-10-04 19:50:50 +02:00

14 lines
309 B
YAML

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-go
namespace: default
spec:
template:
spec:
containers:
- image: docker.pkg.github.com/tormachris/knative-report-functions/hello-world
env:
- name: TARGET
value: "Go"