diff options
Diffstat (limited to 'kubernetes/so/components/so-mariadb/values.yaml')
-rwxr-xr-x | kubernetes/so/components/so-mariadb/values.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kubernetes/so/components/so-mariadb/values.yaml b/kubernetes/so/components/so-mariadb/values.yaml index bf546a2776..85336813e5 100755 --- a/kubernetes/so/components/so-mariadb/values.yaml +++ b/kubernetes/so/components/so-mariadb/values.yaml @@ -22,11 +22,11 @@ global: nodePortPrefix: 302 nodePortPrefixExt: 304 repository: nexus3.onap.org:10001 - readinessImage: onap/oom/readiness:4.1.0 + readinessImage: onap/oom/readiness:5.0.1 ubuntuInitRepository: docker.io mariadbGalera: nameOverride: &mariadbName mariadb-galera - serviceName: mariadb-galera + service: mariadb-galera-primary servicePort: "3306" migration: enabled: false @@ -37,7 +37,8 @@ global: readinessCheck: wait_for: - - *mariadbName + apps: + - *mariadbName ################################################################# # Secrets metaconfig |