Skip to content

Commit 1063d93

Browse files
authored
Merge branch 'main' into RHIDP-4929
2 parents b912bd1 + 28fd302 commit 1063d93

File tree

6 files changed

+43
-4
lines changed

6 files changed

+43
-4
lines changed

artifacts/attributes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
: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
102102
:installing-on-ocp-book-title: Installing {product} on {ocp-short}
103103

104+
: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
105+
:installing-on-gke-book-title: Installing {product} on {gke-brand-name}
106+
104107
: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
105108
:installing-on-eks-book-title: Installing {product} on {eks-brand-name}
106109

assemblies/assembly-about-rhdh.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +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]
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+
|===

modules/about/ref-supported-platforms.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:_newdoc-version: 2.18.3
22
:_template-generated: 2024-11-08
33

4-
:_mod-docs-content-type: CONCEPT
4+
:_mod-docs-content-type: REFERENCE
55

66
[id="supported-platforms_{context}"]
77
= Supported platforms
@@ -12,3 +12,4 @@
1212
* link:{installing-on-eks-book-url}[{eks-brand-name}]
1313
* link:{installing-on-aks-book-url}[{aks-brand-name}]
1414
* link:{installing-on-osd-on-gcp-book-url}[{gcp-brand-name}]
15+
* link:{installing-on-gke-book-url}[{gke-brand-name}]

modules/getting-started/proc-customize-rhdh-tech-radar-page.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can provide data to the Tech Radar page from the following sources:
2222
.Prerequisites
2323

2424
* You have installed {product} by using either the Operator or Helm chart. For more information, see link:{installing-on-ocp-book-url}[{installing-on-ocp-book-title}].
25-
* You have specified the data sources for the Tech Radar plugin in the `integrations` section of the `app-config.yaml` file. For example, to configure GitHub as an authentication provider, see link:{authentication-book-url}#authenticating-with-github[Authenticating with GitHub].
25+
* You have specified the data sources for the Tech Radar plugin in the `integrations` section of the `app-config.yaml` file. For example, to configure GitHub as an integration, see link:{authentication-book-url}#authenticating-with-github[Authenticating with GitHub].
2626

2727
.Procedure
2828

modules/installation/proc-install-rhdh-airgapped-environment-ocp-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The internal {ocp-short} cluster image registry cannot be used as a target mirro
4141
** The `htpasswd` command is available. For {rhel}, the `htpasswd` command is available by installing the `httpd-tools` package.
4242
4343
.Procedure
44-
. Download and run the mirroring script to install a custom Operator catalog and mirror the related images: `prepare-restricted-environment.sh` (link:https://github.com/redhat-developer/rhdh-operator/blob/{product-version}.x/.rhdh/scripts/prepare-restricted-environment.sh[source]).
44+
. Download and run the mirroring script to install a custom Operator catalog and mirror the related images: `prepare-restricted-environment.sh` (link:https://github.com/redhat-developer/rhdh-operator/blob/release-{product-version}/.rhdh/scripts/prepare-restricted-environment.sh[source]).
4545
+
4646
[source,yaml,subs="attributes+"]
4747
----

0 commit comments

Comments
 (0)