Skip to content

Commit d86c168

Browse files
GitHub Actionsjmagak
authored andcommitted
Resource requirements (Helm-based) for orchestrator
1 parent 8e10cd9 commit d86c168

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/orchestrator/ref-orchestrator-resource-limits.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When installing {product} ({product-very-short}) with the Orchestrator plugin us
99

1010
These limits are enforced by the cluster so that pods do not exceed their allocated resources.
1111

12-
.Default resource limits as shown in the following example:
12+
. Default resource limits
1313

1414
[%header,cols=2*]
1515
|===
@@ -18,12 +18,12 @@ These limits are enforced by the cluster so that pods do not exceed their alloca
1818
|Memory limits|`1Gi`
1919
|===
2020

21-
.You can override these values in the following way:
21+
.You can override these values in the following ways:
2222

2323
* With `values.yaml`
2424
* With `--set` flags
2525
26-
. Overriding defaults with `values.yaml` as shown in the following example:
26+
. Override defaults with `values.yaml` as shown in the following example:
2727
+
2828
[source,yaml]
2929
----
@@ -35,8 +35,8 @@ orchestrator:
3535
memory: "1Gi"
3636
----
3737

38-
. Override with `--set` as shown in the following example :
39-
38+
. Override with `--set` as shown in the following example:
39+
+
4040
[source,yaml]
4141
----
4242
helm upgrade --install <release_name> openshift-helm-charts/redhat-developer-hub \

titles/orchestrator/master.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ include::artifacts/attributes.adoc[]
55
:subtitle: Install, configure, and manage {product} with the Orchestrator plugin using Helm or the {product} Operator
66
:abstract: As a cluster administrator, you can install {product} ({product-very-short}) with the Orchestrator plugin enabled.
77

8+
= {title}
9+
810
You can install {product} ({product-very-short}) using one of the following methods:
911

1012
* The {product} Operator
1113
* The {product} Helm chart
1214

13-
= {title}
14-
1515
// Helm chart method
1616
include::assemblies/assembly-install-rhdh-orchestrator-helm.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)