Skip to content

Commit 21d8e30

Browse files
committed
update resource requests
1 parent 00f10d2 commit 21d8e30

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

demos/demos-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ demos:
2828
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/hbase-hdfs-load-cycling-data/create-hfile-and-import-to-hbase.yaml
2929
supportedNamespaces: []
3030
resourceRequests:
31-
cpu: "3"
32-
memory: 5638Mi
33-
pvc: 16Gi
31+
cpu: 1950m
32+
memory: 9216Mi
33+
pvc: 21Gi
3434
end-to-end-security:
3535
description: Demonstrates end-to-end security across multiple products
3636
stackableStack: end-to-end-security

docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ WARNING: This demo should not be run alongside other demos.
2121

2222
To run this demo, your system needs at least:
2323

24-
* 3 {k8s-cpu}[cpu units] (core/hyperthread)
25-
* 7GiB memory
26-
* 16GiB disk storage
24+
* 2 {k8s-cpu}[cpu units] (core/hyperthread)
25+
* 10 GiB memory
26+
* 22 GiB disk storage
2727
2828
== Overview
2929

stacks/stacks-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ stacks:
186186
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/hdfs-hbase/hbase.yaml
187187
supportedNamespaces: []
188188
resourceRequests:
189-
cpu: 4200m
190-
memory: 10758Mi
189+
cpu: 1950m
190+
memory: 8192Mi
191191
pvc: 21Gi
192192
parameters: []
193193
nifi-kafka-druid-superset-s3:

0 commit comments

Comments
 (0)