Skip to content

Commit

Permalink
chore(wadmExample): use component instead of actor in wadm.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran Kumar Pennujuru <[email protected]>
  • Loading branch information
saikiran1043 authored and ericgregory committed May 31, 2024
1 parent 0698216 commit 6504d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ecosystem/wadm/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ metadata:
spec:
components:
- name: kvcounter
type: actor
type: component
properties:
image: file://./build/http_hello_world_s.wasm
traits:
# Govern the spread/scheduling of the actor
# Govern the spread/scheduling of the component
- type: spreadscaler
properties:
replicas: 1
Expand Down

0 comments on commit 6504d07

Please sign in to comment.