X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fpolicy%2Fcomponents%2Fpolicy-clamp-be%2Fresources%2Fconfig%2Fapplication.properties;fp=kubernetes%2Fclamp%2Fcomponents%2Fclamp-backend%2Fresources%2Fconfig%2Fapplication.properties;h=17185cc4bb009b72aa5bb9ca269d6e73ae2ceff5;hb=5c4498813e10d25160a86f97fe7a95ea26f9ef7b;hp=8dd0fc796aeee9d3894d178a9104b1a9f5a8dd56;hpb=f26d9eff22180b8232f2965d347226e2a4999cd3;p=oom.git diff --git a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties b/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties similarity index 92% rename from kubernetes/clamp/components/clamp-backend/resources/config/application.properties rename to kubernetes/policy/components/policy-clamp-be/resources/config/application.properties index 8dd0fc796a..17185cc4bb 100644 --- a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties +++ b/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties @@ -44,11 +44,11 @@ server.ssl.trust-store-password=${cadi_truststore_password} #clds datasource connection details spring.datasource.username=${MYSQL_USER} spring.datasource.password=${MYSQL_PASSWORD} -spring.datasource.url=jdbc:mariadb:sequential://clampdb.{{ include "common.namespace" . }}:3306/${MYSQL_DATABASE}?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3 +spring.datasource.url=jdbc:mariadb:sequential://{{ .Values.db.service.name }}:{{ .Values.db.service.internalPort }}/policyclamp?autoReconnect=true&connectTimeout=10000&socketTimeout=10000&retriesAllDown=3 spring.profiles.active=clamp-default,clamp-aaf-authentication,clamp-sdc-controller,clamp-ssl-config,clamp-policy-controller,default-dictionary-elements #The log folder that will be used in logback.xml file -clamp.config.files.sdcController=file:/opt/clamp/sdc-controllers-config.json +clamp.config.files.sdcController=file:/opt/policy/clamp/sdc-controllers-config.json # # Configuration Settings for Policy Engine Components