[COMMON] Mariadb - Move liveness, readiness and startup probe values to values.yaml 43/141643/1
authoraravind.est <aravindhan.a@est.tech>
Fri, 1 Aug 2025 14:39:43 +0000 (15:39 +0100)
committeraravind.est <aravindhan.a@est.tech>
Fri, 1 Aug 2025 14:39:43 +0000 (15:39 +0100)
commit7736989cee876ecb5423f14e944ffd1e083990a8
tree6f92874bfd5722c5a3284dbed42d447e12a8456b
parenta11336f7d4b14219341a58d2bfe4db9f04d2d901
[COMMON] Mariadb - Move liveness, readiness and startup probe values to values.yaml

Mariadb fails to come up in resource constrained environments due to the time taken to complete the db initialization.
Most of the time it is more than the startup probe initial delay. Hence the startup probe is failing and mariadb pod keeps on restarting.
This moves the liveness, readiness, and startup probe values from the template file to the `values.yaml` file for better configuration management.

Issue-ID: OOM-3349
Change-Id: I111a426353e3cb3a68c92e4b468c91508e724a8c
Signed-off-by: aravind.est <aravindhan.a@est.tech>
kubernetes/common/common/templates/_mariadb.tpl
kubernetes/common/mariadb-galera/values.yaml