more function
This commit is contained in:
13
functions/simple/helloworld-go.yml
Normal file
13
functions/simple/helloworld-go.yml
Normal 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-go"
|
||||
env:
|
||||
- name: TARGET
|
||||
value: "Go"
|
15
functions/simple/helloworld-py.yml
Normal file
15
functions/simple/helloworld-py.yml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: serving.knative.dev/v1alpha1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: helloworld-python
|
||||
namespace: default
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
-
|
||||
env:
|
||||
-
|
||||
name: TARGET
|
||||
image: "docker.pkg.github.com/tormachris/knative-report-functions/hello-world-py"
|
||||
value: "Python"
|
13
functions/simple/isprime-go.yml
Normal file
13
functions/simple/isprime-go.yml
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: serving.knative.dev/v1alpha1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: isprime-go
|
||||
namespace: default
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- image: "docker.pkg.github.com/tormachris/knative-report-functions/isprime-go"
|
||||
env:
|
||||
- name: TARGET
|
||||
value: 107107
|
15
functions/simple/isprime-py.yml
Normal file
15
functions/simple/isprime-py.yml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: serving.knative.dev/v1alpha1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: isprime-py
|
||||
namespace: default
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
-
|
||||
env:
|
||||
-
|
||||
name: TARGET
|
||||
image: "docker.pkg.github.com/tormachris/knative-report-functions/isprime-py"
|
||||
value: 107107
|
Reference in New Issue
Block a user