Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit ade7cf8

Browse files
committed
Enlarge Kafka and MinIO disk size in demo (#124)
## Description After running the demo for some time kafka's disk run full. We actually had the same thing during the hackathon in Karlsruhe ^^
1 parent 8b7b6a5 commit ade7cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stacks/kafka-druid-superset-s3/kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
resources:
2222
storage:
2323
logDirs:
24-
capacity: 5Gi
24+
capacity: 15Gi
2525
cpu:
2626
max: 500m
2727
min: 250m

stacks/stacks-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _templates:
1212
rootPassword: rootroot
1313
mode: standalone
1414
persistence:
15-
size: 10Gi
15+
size: 15Gi
1616
users:
1717
- accessKey: druid
1818
secretKey: druiddruid

0 commit comments

Comments
 (0)