Update wadm.yaml
This commit is contained in:
parent
7c86547e25
commit
81fd140346
@ -12,7 +12,7 @@ metadata:
|
||||
stream-processing,nats-client,tinygo,golang
|
||||
spec:
|
||||
components:
|
||||
- name: client
|
||||
- name: go-data-stream
|
||||
type: component
|
||||
properties:
|
||||
# To use the locally compiled code in this folder, use the line below instead after running `wash build`:
|
||||
@ -69,14 +69,14 @@ spec:
|
||||
# so that so the provider can deliver messages to the component (by invoking the wasmcloud:messaging/handler interface) .
|
||||
- type: link
|
||||
properties:
|
||||
target: client
|
||||
target: go-data-stream
|
||||
namespace: wasmcloud
|
||||
package: messaging
|
||||
interfaces: [handler]
|
||||
source_config:
|
||||
- name: simple-subscription
|
||||
properties:
|
||||
subscriptions: test.source
|
||||
subscriptions: streaming
|
||||
- type: spreadscaler
|
||||
properties:
|
||||
instances: 1
|
||||
|
Loading…
Reference in New Issue
Block a user