summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/resources/config/conf/dblib.properties
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-04-16 19:54:54 +0000
committerjmac <james.macnider@amdocs.com>2018-04-16 19:55:01 +0000
commitc21cb7d164e4febd55edee5b8d5a2b6c82889568 (patch)
treee6a28b40d8235fca5d2a8204327eac47a2f1dd45 /kubernetes/sdnc/resources/config/conf/dblib.properties
parenta6ee34ed3a655541a4cac72c15dc7a9ee57a0ccc (diff)
Fix SDN-C bundles that don't come up properly
Change-Id: Ieccbd863e45bb68d76f4f1f066433276c9adf3cd Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-945
Diffstat (limited to 'kubernetes/sdnc/resources/config/conf/dblib.properties')
-rw-r--r--kubernetes/sdnc/resources/config/conf/dblib.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/resources/config/conf/dblib.properties b/kubernetes/sdnc/resources/config/conf/dblib.properties
index 9faf9e2482..499834e0e2 100644
--- a/kubernetes/sdnc/resources/config/conf/dblib.properties
+++ b/kubernetes/sdnc/resources/config/conf/dblib.properties
@@ -23,7 +23,7 @@
org.onap.ccsdk.sli.dbtype=jdbc
org.onap.ccsdk.sli.jdbc.hosts=sdnctldb01
-org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://{{.Release.Name}}-{{.Values.mysql.nameOverride}}-0.{{.Values.mysql.service.name}}.{{.Release.Namespace}}:{{.Values.mysql.service.internalPort}}/sdnctl
+org.onap.ccsdk.sli.jdbc.url=jdbc:mysql://{{.Values.mysql.service.name}}.{{.Release.Namespace}}:{{.Values.mysql.service.internalPort}}/sdnctl
org.onap.ccsdk.sli.jdbc.driver=org.mariadb.jdbc.Driver
org.onap.ccsdk.sli.jdbc.database=sdnctl
org.onap.ccsdk.sli.jdbc.user=sdnctl