We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cb4d4b + 851df16 commit 7966d07Copy full SHA for 7966d07
roles/runtime/templates/datahub_streams_messaging_light.j2
@@ -17,6 +17,13 @@ template: Streams Messaging Light Duty
17
instance_groups:
18
- instanceGroupName: master
19
- instanceGroupName: broker
20
+ nodeCount: 0
21
+ instanceGroupType: CORE
22
+ attachedVolumeConfiguration:
23
+ - volumeSize: 500
24
+ volumeCount: 4
25
+ volumeType: "{{ run__datahub_storage[run__infra_type].fast }}"
26
+ - instanceGroupName: core_broker
27
nodeCount: 3
28
instanceGroupType: CORE
29
attachedVolumeConfiguration:
0 commit comments