Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[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   port: {{ index .Values.containerPort }}
19   tomcat:
20     max-threads: 50
21   ssl-enable: false
22 mso:
23   logPath: ./logs/soappcorch
24   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.auth.rest.aafEncrypted "value2" .Values.mso.auth )}}
25   msoKey: {{ .Values.global.app.msoKey }}
26   config:
27     {{ if .Values.global.security.aaf.enabled }}
28     cadi: {{ include "so.cadi.keys" . | nindent 8}}
29     {{- else }}
30     cadi:
31       aafId: {{ .Values.mso.basicUser }}
32     {{- end }}
33   workflow:
34     endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine
35     topics:
36       retryMultiplier: 1000
37 appc:
38   client:
39     topic:
40       read:
41         name: {{ .Values.appc.client.topic.read.name }}
42         timeout: {{ .Values.appc.client.topic.read.timeout }}
43       write: {{ .Values.appc.client.topic.write }}
44       sdnc:
45         read: {{ .Values.appc.client.topic.sdnc.read }}
46         write: {{ .Values.appc.client.topic.sdnc.write }}
47     response:
48       timeout: {{ .Values.appc.client.response.timeout }}
49     key: {{ .Values.appc.client.key }}
50     secret: {{ .Values.appc.client.secret }}
51     service: ueb
52     poolMembers: message-router.{{ include "common.namespace" . }}:3904,message-router.{{ include "common.namespace" . }}:3904
53 spring:
54   security:
55     usercredentials:
56     -
57       username: ${ACTUATOR_USERNAME}
58       password: ${ACTUATOR_PASSWORD}
59       role: ACTUATOR