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

16 lines
350 B
YAML
Raw Normal View History

2019-10-08 18:30:22 +02:00
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"