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 @@ -17,4 +17,13 @@ addition:
17
17
if you have an air-gapped environment.
18
18
- You can't run extensive ``CMD `` scripts for the static container.
19
19
- 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.
You can’t perform that action at this time.
0 commit comments