github.com/eth-easl/loader@v0.0.0-20230908084258-8a37e1d94279/workloads/firecracker/timed.yaml (about) 1 apiVersion: serving.knative.dev/v1 2 kind: Service 3 metadata: 4 namespace: default 5 spec: 6 template: 7 spec: 8 containerConcurrency: 1 9 containers: 10 - image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/vhive/issues/68 11 ports: 12 - name: h2c # For GRPC support 13 containerPort: 50051 14 env: 15 - name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests 16 value: "50051" 17 - name: GUEST_IMAGE # Container image to use for firecracker-containerd container 18 value: "amohoste/timed:latest" 19 - name: MEM_SIZE_MB 20 value: "2048"