diff options
author | 2018-04-27 19:22:49 +0000 | |
---|---|---|
committer | 2018-04-27 19:22:49 +0000 | |
commit | 615f9490a7d99ab1345f72645f1816a70e2753ea (patch) | |
tree | 63171f245d62b873b9e00c7de54f56f275260b08 /kubernetes/portal/charts/portal-widget/resources | |
parent | 4564eb8e16a4cf0a1cd46fb9b42bf998b3071ce8 (diff) | |
parent | f8b8f07b9e7fa70ecc92b9016fabcfc0ba53e189 (diff) |
Merge "OOM direct portal access"
Diffstat (limited to 'kubernetes/portal/charts/portal-widget/resources')
-rw-r--r-- | kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties b/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties index e228e2b10d..547a882c98 100644 --- a/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties +++ b/kubernetes/portal/charts/portal-widget/resources/config/deliveries/properties/ONAPWIDGETMS/application.properties @@ -6,7 +6,7 @@ spring.http.multipart.max-request-size=128MB microservice.widget.location=/tmp ## App DB Properties -spring.datasource.url=jdbc:mysql://{{.Values.mariadb.chart.name}}.{{include "common.namespace" .}}:3306/portal +spring.datasource.url=jdbc:mysql://portal-db:3306/portal spring.datasource.username=root spring.datasource.password=Aa123456 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect |