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

14 lines
272 B
YAML

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