docs/serving/samples/helloworld-python/service.yaml

16 lines
351 B
YAML

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