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:
|
2019-10-18 23:10:48 +02:00
|
|
|
- image: "tormachris/hello-world-python"
|
2019-10-09 21:35:36 +02:00
|
|
|
env:
|
|
|
|
- name: TARGET
|
|
|
|
value: "Py"
|