Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / so / components / so-request-db-adapter / resources / config / overrides / override.yaml
1 {{/*
2 # Copyright © 2018 AT&T USA
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 # will be used as entry in DB to say SITE OFF/ON for healthcheck
16 */}}
17 server:
18     {{- if include "common.onServiceMesh" . }}
19     forward-headers-strategy: none
20     {{- end }}
21     port: {{ index .Values.containerPort }}
22     tomcat:
23         max-threads: 50
24 ssl-enable: false
25 mso:
26   logPath: logs
27   site-name: localSite
28   adapters:
29     requestDb:
30       auth: {{ .Values.mso.adapters.requestDb.auth }}
31       endpoint: http://so-request-db-adapter.{{ include "common.namespace" . }}:8083
32 spring:
33   datasource:
34     hikari:
35       jdbcUrl: jdbc:mariadb://${DB_HOST}:${DB_PORT}/requestdb
36       username: ${DB_USERNAME}
37       password: ${DB_PASSWORD}
38       driver-class-name: org.mariadb.jdbc.Driver
39       pool-name: reqdb-pool
40       registerMbeans: true
41   security:
42     usercredentials:
43     -
44       username: bpel
45       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
46       role: BPEL-Client
47     -
48       username: mso_admin
49       password: '$2a$10$Fh9ffgPw2vnmsghsRD3ZauBL1aKXebigbq3BB1RPWtE62UDILsjke'
50       role: ACTUATOR
51 #Actuator
52 management:
53   context-path: /manage