Skip to content

Commit 04af97e

Browse files
DOCSP-43133 -- Add note about resource limit definition for MongoDB CR with Static Containers (#1957)
* DOCSP-43133 -- Add note about resource limit definition for MongoDB CR with Static Containers * DOCSP-43133 -- technical review revisions * DOCSP-43133 -- external review revision
1 parent 833729c commit 04af97e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/includes/static-containers-description.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,13 @@ addition:
1717
if you have an air-gapped environment.
1818
- You can't run extensive ``CMD`` scripts for the static container.
1919
- You can't copy files between static containers using ``initContainer``.
20-
20+
21+
.. note::
22+
23+
When deployed as static containers, a |k8s-op-short| deployment consists of
24+
two containers - a ``mongodb-agent`` container and a ``mongodb-enterprise-server``
25+
container. The MongoDB database custom resource inherits resource limit
26+
definitions from the ``mongodb-agent`` container, which runs the ``mongod``
27+
process in a static container deployment. In order to modify the resource
28+
limits for the MongoDB database resource, you must specify your desired
29+
resource limits on the ``mongodb-agent`` container.

0 commit comments

Comments
 (0)