Update wadm.yaml

This commit is contained in:
Lorenzo Venerandi 2024-12-16 20:35:00 +01:00
parent 7c86547e25
commit 81fd140346

View File

@ -12,7 +12,7 @@ metadata:
stream-processing,nats-client,tinygo,golang stream-processing,nats-client,tinygo,golang
spec: spec:
components: components:
- name: client - name: go-data-stream
type: component type: component
properties: properties:
# To use the locally compiled code in this folder, use the line below instead after running `wash build`: # 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) . # so that so the provider can deliver messages to the component (by invoking the wasmcloud:messaging/handler interface) .
- type: link - type: link
properties: properties:
target: client target: go-data-stream
namespace: wasmcloud namespace: wasmcloud
package: messaging package: messaging
interfaces: [handler] interfaces: [handler]
source_config: source_config:
- name: simple-subscription - name: simple-subscription
properties: properties:
subscriptions: test.source subscriptions: streaming
- type: spreadscaler - type: spreadscaler
properties: properties:
instances: 1 instances: 1