knative-report/functions/simple/helloworld-go.yml

14 lines
314 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:
2019-10-08 18:30:22 +02:00
- image: "docker.pkg.github.com/tormachris/knative-report-functions/hello-world-go"
2019-10-04 19:50:50 +02:00
env:
- name: TARGET
value: "Go"