Skip to content

Commit

Permalink
organize configs
Browse files Browse the repository at this point in the history
Signed-off-by: Plamen Petrov <plamb0brt@gmail.com>
  • Loading branch information
plamenmpetrov committed Nov 30, 2020
1 parent 19d0156 commit 98192d7
Show file tree
Hide file tree
Showing 17 changed files with 4,502 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions configs/knative_workloads/helloworld.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: helloworld # The name of the function instance
namespace: default
spec:
template:
spec:
containers:
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/vhive/issues/68
ports:
- name: h2c # For GRPC support
containerPort: 50051
env:
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests
value: "50051"
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container
value: "ustiugov/helloworld:var_workload"
19 changes: 19 additions & 0 deletions configs/knative_workloads/helloworldSerial.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: helloworldserial # The name of the function instance
namespace: default
spec:
template:
spec:
containerConcurrency: 1
containers:
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/vhive/issues/68
ports:
- name: h2c # For GRPC support
containerPort: 50051
env:
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests
value: "50051"
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container
value: "ustiugov/helloworld:var_workload"
18 changes: 18 additions & 0 deletions configs/knative_workloads/pyaes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: pyaes # The name of the function instance
namespace: default
spec:
template:
spec:
containers:
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/vhive/issues/68
ports:
- name: h2c # For GRPC support
containerPort: 50051
env:
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests
value: "50051"
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container
value: "ustiugov/pyaes:var_workload"
18 changes: 18 additions & 0 deletions configs/knative_workloads/rnn_serving.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: rnnserving # The name of the function instance
namespace: default
spec:
template:
spec:
containers:
- image: crccheck/hello-world:latest # Stub image. See https://github.com/ease-lab/vhive/issues/68
ports:
- name: h2c # For GRPC support
containerPort: 50051
env:
- name: GUEST_PORT # Port on which the firecracker-containerd container is accepting requests
value: "50051"
- name: GUEST_IMAGE # Container image to use for firecracker-containerd container
value: "ustiugov/rnn_serving:var_workload"
Loading

0 comments on commit 98192d7

Please sign in to comment.