Skip to content

Commit 6225fef

Browse files
committed
Merge remote-tracking branch 'origin/main' into spike/argocd-demo
2 parents fcd3bf7 + 1beca43 commit 6225fef

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

demos/demos-v2.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ demos:
6767
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/hbase-hdfs-load-cycling-data/create-hfile-and-import-to-hbase.yaml
6868
supportedNamespaces: []
6969
resourceRequests:
70-
cpu: "3"
71-
memory: 5638Mi
72-
pvc: 16Gi
70+
cpu: 1950m
71+
memory: 9216Mi
72+
pvc: 21Gi
7373
end-to-end-security:
7474
description: Demonstrates end-to-end security across multiple products
7575
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-
* 6GiB 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/hdfs-hbase/hbase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ spec:
1212
masters:
1313
config:
1414
listenerClass: external-stable
15+
resources:
16+
memory:
17+
limit: 2Gi
1518
roleGroups:
1619
default:
1720
replicas: 1

stacks/stacks-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ stacks:
226226
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/hdfs-hbase/hbase.yaml
227227
supportedNamespaces: []
228228
resourceRequests:
229-
cpu: 4200m
230-
memory: 10758Mi
229+
cpu: 1950m
230+
memory: 8192Mi
231231
pvc: 21Gi
232232
parameters: []
233233
nifi-kafka-druid-superset-s3:

0 commit comments

Comments
 (0)