knative-report/functions/simple/helloworld-py.yml
2019-10-08 18:30:22 +02:00

16 lines
350 B
YAML

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"