knative-report/functions/helloworld.yml

14 lines
309 B
YAML
Raw Normal View History

2019-10-04 19:50:50 +02:00
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"