Merge "Add OOM update so-bpmn-infra's Override.yaml file"
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 2 Sep 2019 18:53:05 +0000 (18:53 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 2 Sep 2019 18:53:05 +0000 (18:53 +0000)
1  2 
kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml

@@@ -48,9 -48,6 +48,9 @@@ bpelURL: http://so-bpmn-infra.{{ includ
  msb-ip: msb-iag.{{ include "common.namespace" . }}
  msb-port: 80
  mso:
 +  rainyDay:
 +    retryDurationMultiplier: 2
 +    maxRetries: 5
    msoKey: 07a7159d3bf51a0e53be7a8f89699be7
    correlation:
      timeout: 60
@@@ -93,7 -90,7 +93,7 @@@
          endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/rest/v1/vnfs
      volume-groups:
        rest:
-         endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}g:8087/services/rest/v1/volume-groups
+         endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/rest/v1/volume-groups
      vnf-async:
        endpoint: http://so-openstack-adapter.{{ include "common.namespace" . }}:8087/services/VnfAsync
      vfc:
@@@ -323,14 -320,6 +323,14 @@@ server
    tomcat:
      max-threads: 50
  spring:
 +  datasource:
 +    hikari:
 +      jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/camundabpmn
 +      username: ${DB_USERNAME}
 +      password: ${DB_PASSWORD}
 +      driver-class-name: org.mariadb.jdbc.Driver
 +      pool-name: bpmn-pool
 +      registerMbeans: true
    security:
      usercredentials:
      -