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: |
138
138
| ``.applicationDatabase``
139
139
| ``.``:setting:`~spec.persistent`
140
140
- 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
144
142
storage. Persistent volumes are not deleted when the
145
143
|k8s-mdbrsc| is stopped or restarted.
146
144
147
- If this value is ``true``, then
145
+ .. important::
146
+
147
+ You must set this value to ``true``.
148
+
148
149
``spec.applicationDatabase.podSpec.persistence.``
149
150
:setting:`~spec.podSpec.persistence.single`
150
151
is set to its default value of ``16Gi``.
Original file line number Diff line number Diff line change @@ -243,13 +243,14 @@ content: |
243
243
| ``.applicationDatabase``
244
244
| ``.``:setting:`~spec.persistent`
245
245
- 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
249
247
storage. Persistent volumes are not deleted when the
250
248
|k8s-mdbrsc| is stopped or restarted.
251
249
252
- If this value is ``true``, then
250
+ .. important::
251
+
252
+ You must set this value to ``true``.
253
+
253
254
``spec.applicationDatabase.podSpec.persistence.``
254
255
:setting:`~spec.podSpec.persistence.single`
255
256
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
66
66
performance or size requirements for the Application Database, contact
67
67
`MongoDB Support <https://support.mongodb.com/welcome>`__.
68
68
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
+
69
76
Monitoring
70
77
++++++++++
71
78
You can’t perform that action at this time.
0 commit comments