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

14 lines
267 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-09 15:41:48 +02:00
- image: "tormachris/hello-world-go"
2019-10-04 19:50:50 +02:00
env:
- name: TARGET
value: "Go"