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

14 lines
280 B
YAML

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