docs/code-samples/community/serving/helloworld-rserver/service.yaml

14 lines
282 B
YAML

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