14 lines
271 B
YAML
14 lines
271 B
YAML
apiVersion: serving.knative.dev/v1alpha1
|
|
kind: Service
|
|
metadata:
|
|
name: helloworld-py
|
|
namespace: default
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- image: "tormachris/hello-world-python"
|
|
env:
|
|
- name: TARGET
|
|
value: "Py"
|