Merge "Update startODL based on changes to docker start"
[oom.git] / kubernetes / so / charts / so-openstack-adapter / resources / config / overrides / override.yaml
index f7e9e47..b88149b 100755 (executable)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 server:
-  port: 8087
+  port: {{ index .Values.containerPort }}
 spring:
   datasource:
-    url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
+    jdbc-url: jdbc:mariadb://${DB_HOST}:${DB_PORT}/catalogdb
     username: ${DB_ADMIN_USERNAME}
     password: ${DB_ADMIN_PASSWORD}
     driver-class-name: org.mariadb.jdbc.Driver