From: garciadeblas Date: Thu, 18 Dec 2025 15:28:22 +0000 (+0100) Subject: Update mongodb values in OSM helm chart to unset default resources X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=1f24dd4d170c092b2925d02aa2c75f5544c4f27e;p=osm%2Fdevops.git Update mongodb values in OSM helm chart to unset default resources Change-Id: I059e99a67c8363c1039711e001fe0ede1d91df64 Signed-off-by: garciadeblas --- diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index cc543417..bff6865e 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -368,6 +368,9 @@ mongodb: timeoutSeconds: 10 failureThreshold: 10 successThreshold: 1 + resourcesPreset: "none" + arbiter: + resourcesPreset: "none" mysql: enabled: false