Merge "[UUI] Service Mesh Compliance for UUI"
[oom.git] / kubernetes / so / components / so-appc-orchestrator / resources / config / overrides / override.yaml
1 {{/*
2 # Copyright © 2020 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 */}}
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/soappcorch
27   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.auth.rest.aafEncrypted "value2" .Values.mso.auth )}}
28   msoKey: {{ .Values.global.app.msoKey }}
29   config:
30     {{ if .Values.global.security.aaf.enabled }}
31     cadi: {{ include "so.cadi.keys" . | nindent 8}}
32     {{- else }}
33     cadi:
34       aafId: {{ .Values.mso.basicUser }}
35     {{- end }}
36   workflow:
37     endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine
38     topics:
39       retryMultiplier: 1000
40 appc:
41   client:
42     topic:
43       read:
44         name: {{ .Values.appc.client.topic.read.name }}
45         timeout: {{ .Values.appc.client.topic.read.timeout }}
46       write: {{ .Values.appc.client.topic.write }}
47       sdnc:
48         read: {{ .Values.appc.client.topic.sdnc.read }}
49         write: {{ .Values.appc.client.topic.sdnc.write }}
50     response:
51       timeout: {{ .Values.appc.client.response.timeout }}
52     key: {{ .Values.appc.client.key }}
53     secret: {{ .Values.appc.client.secret }}
54     service: ueb
55     poolMembers: message-router.{{ include "common.namespace" . }}:3904,message-router.{{ include "common.namespace" . }}:3904
56 spring:
57   security:
58     usercredentials:
59     -
60       username: ${ACTUATOR_USERNAME}
61       password: ${ACTUATOR_PASSWORD}
62       role: ACTUATOR