updated wadm

This commit is contained in:
Lorenzo Venerandi
2025-01-29 22:44:43 +01:00
parent bed46dedee
commit 8da8427962
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ spec:
- name: {{ component_name }} - name: {{ component_name }}
type: component type: component
properties: properties:
image: "{{ registry_url }}/{{ component_name }}:{{ version }}" image: {{ registry_url }}/{{ component_name }}:{{ version }}
id: stream id: stream
traits: traits:
- type: link - type: link

View File

@@ -7,7 +7,7 @@ spec:
- name: {{ component_name }} - name: {{ component_name }}
type: component type: component
properties: properties:
image: "{{ registry_url }}/{{ component_name }}:{{ version }}" image: {{ registry_url }}/{{ component_name }}:{{ version }}
id: producer id: producer
traits: traits:
- type: spreadscaler - type: spreadscaler