File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,13 @@ containers. Static containers are immutable at runtime. In addition:
13
13
host the MongoDB binary on the server that hosts |onprem | or another |https | server.
14
14
- You can't run extensive ``CMD `` scripts for the static container.
15
15
- You can't copy files between static containers using ``initContainer ``.
16
-
16
+
17
+ .. note ::
18
+
19
+ When deployed as static containers, a |k8s-op-short | deployment consists of
20
+ two containers - a ``mongodb-agent `` container and a ``mongodb-enterprise-server ``
21
+ container. The MongoDB database custom resource inherits resource limit
22
+ definitions from the ``mongodb-agent `` container, which runs the ``mongod ``
23
+ process in a static container deployment. In order to modify the resource
24
+ limits for the MongoDB database resource, you must specify your desired
25
+ resource limits on the ``mongodb-agent `` container.
You can’t perform that action at this time.
0 commit comments