File tree Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Expand file tree Collapse file tree 3 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,14 @@ content: |
138138 | ``.applicationDatabase``
139139 | ``.``:setting:`~spec.persistent`
140140 - boolean
141- - *Optional.*
142-
143- Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
141+ - Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
144142 storage. Persistent volumes are not deleted when the
145143 |k8s-mdbrsc| is stopped or restarted.
146144
147- If this value is ``true``, then
145+ .. important::
146+
147+ You must set this value to ``true``.
148+
148149 ``spec.applicationDatabase.podSpec.persistence.``
149150 :setting:`~spec.podSpec.persistence.single`
150151 is set to its default value of ``16Gi``.
Original file line number Diff line number Diff line change @@ -243,13 +243,14 @@ content: |
243243 | ``.applicationDatabase``
244244 | ``.``:setting:`~spec.persistent`
245245 - boolean
246- - *Optional.*
247-
248- Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
246+ - Flag indicating if this |k8s-mdbrsc| should use |k8s-pvs| for
249247 storage. Persistent volumes are not deleted when the
250248 |k8s-mdbrsc| is stopped or restarted.
251249
252- If this value is ``true``, then
250+ .. important::
251+
252+ You must set this value to ``true``.
253+
253254 ``spec.applicationDatabase.podSpec.persistence.``
254255 :setting:`~spec.podSpec.persistence.single`
255256 is set to its default value of ``16Gi``.
Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ database or :term:`sharded cluster`. If you have concerns about
6666performance or size requirements for the Application Database, contact
6767`MongoDB Support <https://support.mongodb.com/welcome>`__.
6868
69+ .. important::
70+
71+ The Application Database must use |k8s-pvs|. When you
72+ :ref:`deploy-om-container`, ensure that you set
73+ ``spec.applicationDatabase.``
74+ :setting:`~spec.persistent` to ``true``.
75+
6976Monitoring
7077++++++++++
7178
You can’t perform that action at this time.
0 commit comments