Skip to content

Commit 8cad9b4

Browse files
jpinsonneaumemodi
andauthored
Update web/src/components/forms/consumption.tsx
Co-authored-by: Mehul Modi <[email protected]>
1 parent c9492f2 commit 8cad9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/forms/consumption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const Consumption: FC<ResourceCalculatorProps> = ({ flowCollector, setSam
9696
cpu: nodes <= 10 ? 4 : 16,
9797
memory: nodes <= 10 ? 16 : 64,
9898
lokistackSize: nodes <= 10 ? '1x.extra-small' : nodes <= 25 ? '1x.small' : '1x.medium',
99-
kafka: nodes <= 10 ? 'n/a' : nodes <= 25 ? '6 consumers' : '18 consumers'
99+
kafka: nodes <= 25 ? '6 consumers' : '18 consumers'
100100
}
101101
];
102102
}, [labelsCount]);

0 commit comments

Comments
 (0)