[CONSUL] Add limits to consul chart.
[oom.git] / kubernetes / so / components / so-appc-orchestrator / resources / config / overrides / override.yaml
1 # Copyright © 2020 AT&T USA
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 server:
16   port: {{ index .Values.containerPort }}
17   tomcat:
18     max-threads: 50
19   ssl-enable: false
20 mso:
21   logPath: ./logs/soappcorch
22   auth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.auth.rest.aafEncrypted "value2" .Values.mso.auth )}}
23   msoKey: {{ .Values.global.app.msoKey }}
24   config:
25     {{ if .Values.global.security.aaf.enabled }}
26     cadi: {{ include "so.cadi.keys" . | nindent 8}}
27     {{- else }}
28     cadi:
29       aafId: {{ .Values.mso.basicUser }}
30     {{- end }}
31   workflow:
32     endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/sobpmnengine
33     topics:
34       retryMultiplier: 1000
35 appc:
36   client:
37     topic:
38       read:
39         name: {{ .Values.appc.client.topic.read.name }}
40         timeout: {{ .Values.appc.client.topic.read.timeout }}
41       write: {{ .Values.appc.client.topic.write }}
42       sdnc:
43         read: {{ .Values.appc.client.topic.sdnc.read }}
44         write: {{ .Values.appc.client.topic.sdnc.write }}
45     response:
46       timeout: {{ .Values.appc.client.response.timeout }}
47     key: {{ .Values.appc.client.key }}
48     secret: {{ .Values.appc.client.secret }}
49     service: ueb
50     poolMembers: message-router.{{ include "common.namespace" . }}:3904,message-router.{{ include "common.namespace" . }}:3904
51 spring:
52   security:
53     usercredentials:
54     -
55       username: ${ACTUATOR_USERNAME}
56       password: ${ACTUATOR_PASSWORD}
57       role: ACTUATOR