docs/code-samples/serving/hello-world/helloworld-python/service.yaml

14 lines
278 B
YAML

apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: helloworld-python
namespace: default
spec:
template:
spec:
containers:
- image: docker.io/{username}/helloworld-python
env:
- name: TARGET
value: "Python Sample v1"