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

14 lines
267 B
YAML
Raw Normal View History

2019-10-08 18:30:22 +02:00
apiVersion: serving.knative.dev/v1alpha1
kind: Service
2019-10-09 21:35:36 +02:00
metadata:
name: helloworld-py
2019-10-08 18:30:22 +02:00
namespace: default
2019-10-09 21:35:36 +02:00
spec:
template:
spec:
containers:
- image: "tormachris/hello-world-py"
env:
- name: TARGET
value: "Py"