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

16 lines
303 B
YAML

apiVersion: serving.knative.dev/v1alpha1
kind: Service
metadata:
name: helloworld-python
namespace: default
spec:
template:
spec:
containers:
-
env:
-
name: TARGET
image: "tormachris/hello-world-py"
value: "Python"