Skip to content

Commit 7decc03

Browse files
authored
docs: Fix resource requirements for e2e demo (#47)
1 parent bbc68fc commit 7decc03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/demos-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ demos:
4848
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/demos/end-to-end-security/create-spark-report.yaml
4949
supportedNamespaces: []
5050
resourceRequests:
51-
cpu: 6250m
51+
cpu: 9000m
5252
memory: 19586Mi
5353
pvc: 40Gi
5454
nifi-kafka-druid-earthquake-data:

docs/modules/demos/pages/end-to-end-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This demo should not be run alongside other demos.
1919

2020
To run this demo, your system needs at least:
2121

22-
* 7 {k8s-cpu}[cpu units] (core/hyperthread)
22+
* 9 {k8s-cpu}[cpu units] (core/hyperthread)
2323
* 20GiB memory
2424
* 40GiB disk storage
2525

stacks/stacks-v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ stacks:
526526
- keycloak
527527
supportedNamespaces: ["default"] # SecretClass "kerberos" needs explicit namespace in adminKeytabSecret
528528
resourceRequests:
529-
cpu: 6250m
529+
cpu: 7000m
530530
memory: 19586Mi
531531
pvc: 40Gi
532532
manifests:

0 commit comments

Comments
 (0)