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

16 lines
345 B
YAML

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