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

14 lines
280 B
YAML

apiVersion: serving.knative.dev/v1beta1
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"