Skip to content

Commit 556e898

Browse files
authored
Resolve conflicts in PR 743 (redhat-developer#752)
1 parent 9a74e2c commit 556e898

File tree

5 files changed

+60
-4
lines changed

5 files changed

+60
-4
lines changed

artifacts/attributes.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,16 @@
8686
:authorization-book-url: https://docs.redhat.com/documentation/en-us/red_hat_developer_hub/{product-version}/html-single/authorization/index
8787
:authorization-book-title: Authorization
8888

89-
:installing-on-ocp-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html/installing_red_hat_developer_hub_on_openshift_container_platform/index
89+
:installing-on-osd-on-gcp-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_openshift_dedicated_on_google_cloud_platform/index
90+
:installing-on-osd-on-gcp-book-title: Installing {product} on {gcp-brand-name} on {gcp-brand-name}
91+
92+
:installing-on-ocp-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_openshift_container_platform/index
9093
:installing-on-ocp-book-title: Installing {product} on {ocp-short}
9194

92-
:installing-on-eks-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html/installing_red_hat_developer_hub_on_amazon_elastic_kubernetes_service/index
95+
:installing-on-gke-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_google_kubernetes_engine/index
96+
:installing-on-gke-book-title: Installing {product} on {gke-brand-name}
97+
98+
:installing-on-eks-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/installing_red_hat_developer_hub_on_amazon_elastic_kubernetes_service/index
9399
:installing-on-eks-book-title: Installing {product} on {eks-brand-name}
94100

95101
:installing-on-aks-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html/installing_red_hat_developer_hub_on_microsoft_azure_kubernetes_service/index

assemblies/assembly-about-rhdh.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ Use {product} to simplify decision-making through a selection of internally appr
2020

2121

2222
include::modules/about/con-benefits-of-rhdh.adoc[leveloffset=+1]
23+
include::modules/about/ref-supported-platforms.adoc[leveloffset=+1]
24+
include::modules/about/ref-rhdh-sizing.adoc[leveloffset=+1]

modules/about/ref-rhdh-sizing.adoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
:_mod-docs-content-type: REFERENCE
2+
[id="rhdh-sizing_{context}"]
3+
= Sizing requirements for {product}
4+
5+
Scaling the {product} requires significant resource allocation. The following table lists the sizing requirements for installing and running {product}, including {product-short} application, database components, and Operator.
6+
7+
.Recommended sizing for running {product}
8+
[cols="25%,25%,25%,25%", frame="all", options="header"]
9+
|===
10+
|Components
11+
|{product} application
12+
|{product} database
13+
|{product} Operator
14+
15+
|Central Processing Unit (CPU)
16+
|4 vCPU
17+
|2 vCPU
18+
|1 vCPU
19+
20+
|Memory
21+
|16 GB
22+
|8 GB
23+
|1500 Mi
24+
25+
|Storage size
26+
|2 GB
27+
|20 GB
28+
|50 Mi
29+
30+
|Replicas
31+
|2 or more
32+
|3 or more
33+
|1 or more
34+
|===
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:_newdoc-version: 2.18.3
2+
:_template-generated: 2024-11-08
3+
4+
:_mod-docs-content-type: REFERENCE
5+
6+
[id="supported-platforms_{context}"]
7+
= Supported platforms
8+
9+
{product} runs on {ocp-short} {ocp-version-min}-{ocp-version} on supported architectures and providers, such as:
10+
11+
* link:{installing-on-ocp-book-url}[{ocp-brand-name} {ocp-version-min}-{ocp-version}]
12+
* link:{installing-on-eks-book-url}[{eks-brand-name}]
13+
* link:{installing-on-aks-book-url}[{aks-brand-name}]
14+
* link:{installing-on-osd-on-gcp-book-url}[{gcp-brand-name}]
15+
* link:{installing-on-gke-book-url}[{gke-brand-name}]

titles/about/master.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ include::artifacts/attributes.adoc[]
1212

1313
//{abstract}
1414

15-
16-
include::assemblies/assembly-about-rhdh.adoc[leveloffset=+1]
15+
include::assemblies/assembly-about-rhdh.adoc[]

0 commit comments

Comments
 (0)