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

14 lines
275 B
YAML

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