Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions demos/demos-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ demos:
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/hbase-hdfs-load-cycling-data/create-hfile-and-import-to-hbase.yaml
supportedNamespaces: []
resourceRequests:
cpu: "3"
memory: 5638Mi
pvc: 16Gi
cpu: 1950m
memory: 9216Mi
pvc: 21Gi
end-to-end-security:
description: Demonstrates end-to-end security across multiple products
stackableStack: end-to-end-security
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/demos/pages/hbase-hdfs-load-cycling-data.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ WARNING: This demo should not be run alongside other demos.

To run this demo, your system needs at least:

* 3 {k8s-cpu}[cpu units] (core/hyperthread)
* 6GiB memory
* 16GiB disk storage
* 2 {k8s-cpu}[cpu units] (core/hyperthread)
* 10 GiB memory
* 22 GiB disk storage
== Overview

Expand Down
3 changes: 3 additions & 0 deletions stacks/hdfs-hbase/hbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ spec:
masters:
config:
listenerClass: external-stable
resources:
memory:
limit: 2Gi
roleGroups:
default:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions stacks/stacks-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ stacks:
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/hdfs-hbase/hbase.yaml
supportedNamespaces: []
resourceRequests:
cpu: 4200m
memory: 10758Mi
cpu: 1950m
memory: 8192Mi
pvc: 21Gi
parameters: []
nifi-kafka-druid-superset-s3:
Expand Down