Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix(a2a): fix wadm for pingerponger
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
  • Loading branch information
brooksmtownsend committed Sep 13, 2023
1 parent a1c4db8 commit b609917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions actor/actor-to-actor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ You'll need [wash](https://wasmcloud.com/docs/installation) installed to run thi
wash up -d
wash app deploy ./wadm.yaml
# Invoke the pinger actor's HTTP handler directly
wash call MBN2KUUZP4Y2F7IRXEPLV232YCZFKGSWYIQ3DNPDIERBE4BHPMUC5BUX HttpServer.HandleRequest '{"method": "GET", "path": "/", "body": "", "queryString":"","header":{}}'
# cURL the pinger's HTTP handler
curl localhost:8080
```
4 changes: 3 additions & 1 deletion actor/actor-to-actor/wadm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ spec:
replicas: 1
- type: linkdef
properties:
address: 0.0.0.0:8080
target: httpserver
values:
address: 0.0.0.0:8080
- name: ponger
type: actor
properties:
Expand Down

0 comments on commit b609917

Please sign in to comment.