function yml

This commit is contained in:
2019-10-04 19:50:50 +02:00
parent a6b0055d9c
commit 67be6e7873
12 changed files with 13 additions and 222 deletions

13
functions/helloworld.yml Normal file
View File

@@ -0,0 +1,13 @@
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"