From de9cb96693ab4353505de54f0108c9034438fb77 Mon Sep 17 00:00:00 2001 From: Simon Beck Date: Fri, 9 Aug 2024 13:02:43 +0200 Subject: [PATCH] Admend MongoDB deployment restriction --- docs/modules/ROOT/pages/explanations/decisions/mongodb.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/explanations/decisions/mongodb.adoc b/docs/modules/ROOT/pages/explanations/decisions/mongodb.adoc index 99053ded..276de0e0 100644 --- a/docs/modules/ROOT/pages/explanations/decisions/mongodb.adoc +++ b/docs/modules/ROOT/pages/explanations/decisions/mongodb.adoc @@ -37,5 +37,7 @@ There's no helm based deployment for MongoDB Enterprise Edition. The implementation for this service cannot rely on the generalizations we've made for helm based services. It will need more custom implementation, like StackGres based PostgreSQL deployments. +Due to the licensing required, this service will not be deployed by default. + == Rationale Either licensing or compatibility prevent us from using any of the other mentioned solutions.