Add mariadb probe startup time parameters 12/14812/4
authoraravind.est <aravindhan.a@est.tech>
Wed, 13 Aug 2025 08:51:44 +0000 (09:51 +0100)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Mon, 25 Aug 2025 14:21:18 +0000 (14:21 +0000)
Mariadb template has been modified to accept the probe parameters.
This commit adds the startup time to the default template.
This upgrades the onap_oom version to the latest master.

Issue-ID: INT-170
Change-Id: I2965cc08eb970b24731a4fffae2e9233b87c7f70
Signed-off-by: aravind.est <aravindhan.a@est.tech>
smo-install/helm-override/default/onap-override.yaml
smo-install/onap_oom

index bdb5dc5..4ae8e60 100644 (file)
@@ -155,6 +155,12 @@ mariadb-galera:
     appVersion: 11.1.2
     persistence:
       storageClassName: *smo-sc
+    livenessProbe:
+      initialDelaySeconds: 150
+    readinessProbe:
+      initialDelaySeconds: 150
+    startupProbe:
+      initialDelaySeconds: 150
     galera:
       enabled: false
 postgres:
index 1507ea7..fd367e3 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1507ea7ec3bc90ba859acfc6ac22fd23c443e14b
+Subproject commit fd367e3e99637558ad49c1a838a6f77445b44354