Skip to content

Commit

Permalink
remove service type lb from example workload (#14)
Browse files Browse the repository at this point in the history
devigned authored Sep 8, 2022
1 parent 5efbba7 commit 8e0c55d
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployments/k3d/README.md
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ $ tree .
The shell script below will create a k3d cluster locally with the Wasm shims installed and containerd configured. The script then applies the runtime classes for the shims and an example service and deployment. Finally, we curl the `/hello` and receive a response from the example workload.
```shell
k3d cluster create wasm-cluster --image ghcr.io/deislabs/containerd-wasm-shims/examples/k3d:latest -p "8081:80@loadbalancer" --agents 2
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/releases/download/v0.2.1/runtime.yaml
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/releases/download/v0.2.1/workload.yaml
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/releases/download/v0.2.2/runtime.yaml
kubectl apply -f https://github.com/deislabs/containerd-wasm-shims/releases/download/v0.2.2/workload.yaml
curl -v http://0.0.0.0:8081/hello
```

1 change: 0 additions & 1 deletion deployments/workloads/workload.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ kind: Service
metadata:
name: wasm-spin
spec:
type: LoadBalancer
ports:
- protocol: TCP
port: 80

0 comments on commit 8e0c55d

Please sign in to comment.