Skip to content

Commit 757df64

Browse files
authored
Merge branch 'main' into RHIDP-3972-chapter-1-enabling-the-rbac-plugin
2 parents baec76f + 1aca5af commit 757df64

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
[id='ref-rhdh-sizing_{context}']
22
= Sizing requirements for {product}
33

4-
Scalability of {product} requires significant resource allocation. The following table lists the sizing requirements for installing and running {product}, including both the {product-short} application and {product-short} database components.
4+
Scalability of {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.
55

66
.Recommended sizing for running {product}
7-
[cols="40%,30%,30%", frame="all", options="header"]
7+
[cols="25%,25%,25%,25%", frame="all", options="header"]
88
|===
99
|Components
1010
|{product} application
1111
|{product} database
12+
|{product} Operator
1213

1314
|Central Processing Unit (CPU)
1415
|4 vCPU
1516
|2 vCPU
17+
|1 vCPU
1618

1719
|Memory
1820
|16 GB
1921
|8 GB
22+
|1500 Mi
2023

2124
|Storage size
2225
|2 GB
2326
|20 GB
27+
|50 Mi
2428

2529
|Replicas
2630
|2 or more
2731
|3 or more
32+
|1 or more
2833
|===

modules/importing-repositories/procedure-importing-multiple-repositories-from-github.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[id="importing-multiple-github-repositories]
1+
[id="importing-multiple-github-repositories"]
22
= Importing multiple GitHub repositories
33

44
In {product}, you can select your GitHub repositories and automate their onboarding to the {product-short} catalog.

modules/importing-repositories/procedure-managing-the-imported-repository-list.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[id="managing-the-added-repositories]
1+
[id="managing-the-added-repositories"]
22
= Managing the added repositories
33
You can oversee and manage the repositories that are imported to the {product-short}.
44

@@ -9,7 +9,7 @@ You can oversee and manage the repositories that are imported to the {product-sh
99
.Procedure
1010
. Click *Bulk Import* in the left sidebar to display all the current repositories that are being tracked as Import jobs, along with their status.
1111

12-
Added:: The repository is added to the {product-short} catalog after the import pull request is merged or if the repository already contained a `catalog-info.yaml` file during the bulk import.
12+
Added:: The repository is added to the {product-short} catalog after the import pull request is merged or if the repository already contained a `catalog-info.yaml` file during the bulk import.
1313
Note that it may take a few minutes for the entities to be available in the catalog.
1414

1515
Waiting for approval:: There is an open pull request adding a `catalog-info.yaml` file to the repository.

modules/importing-repositories/procedure-understanding-bulk-import-audit-logs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Tracks `GET` requests to the `/import/by-repo` endpoint, which fetches details a
3434
Tracks `DELETE` requests to the `/import/by-repo` endpoint, which deletes any existing import job for the specified repository, by closing any open import pull request that could have been created.
3535

3636
.Example bulk import audit logs
37-
[code,json]
37+
[source,json]
3838
----
3939
{
4040
"actor": {

titles/getting-started-rhdh/title-getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include::artifacts/snip-customer-support-info.adoc[]
1414
include::modules/installation/con-rhdh-overview.adoc[leveloffset=+1]
1515

1616
// Sizing
17-
include::modules/installation/ref-rhdh-sizing.adoc[leveloffset=+1]
17+
include::modules/getting-started/ref-rhdh-sizing.adoc[leveloffset=+1]
1818

1919
// supported configs and customization
2020
include::modules/getting-started/ref-rhdh-supported-configs.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)