summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-mariadb/values.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-05 10:02:41 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-05 10:02:41 +0000
commit13a3131a6816f874d1d605f4efed299f56b768c6 (patch)
treea0846fb9b80870e9d94071f09252138828842c8e /kubernetes/so/components/so-mariadb/values.yaml
parentc519be91654f664648d5d30eb6d3fb9863dd0e97 (diff)
parentd055a17d87b9e6bbfde51f523eea1838bc6b40dd (diff)
Merge "[SO] Use readiness chart"
Diffstat (limited to 'kubernetes/so/components/so-mariadb/values.yaml')
-rwxr-xr-xkubernetes/so/components/so-mariadb/values.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-mariadb/values.yaml b/kubernetes/so/components/so-mariadb/values.yaml
index 9ecf3b0ca6..809dff77a7 100755
--- a/kubernetes/so/components/so-mariadb/values.yaml
+++ b/kubernetes/so/components/so-mariadb/values.yaml
@@ -24,7 +24,7 @@ global:
readinessImage: onap/oom/readiness:3.0.1
ubuntuInitRepository: registry.hub.docker.com
mariadbGalera:
- nameOverride: mariadb-galera
+ nameOverride: &mariadbName mariadb-galera
serviceName: mariadb-galera
servicePort: "3306"
migration:
@@ -33,6 +33,11 @@ global:
dbPort: 3306
dbUser: root
dbPassword: secretpassword
+
+readinessCheck:
+ wait_for:
+ - *mariadbName
+
#################################################################
# Secrets metaconfig
#################################################################