[DMAAP] DMaaP ServiceMesh compatibility
[oom.git] / kubernetes / so / components / so-oof-adapter / resources / config / overrides / override.yaml
1 {{/*
2 # Copyright © 2020 Wipro Limited.
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 logging:
17   path: logs
18 spring:
19   security:
20     usercredentials:
21       - username: ${BPEL_USERNAME}
22         password: ${BPEL_PASSWORD}
23         role: BPEL-Client
24       - username: ${ACTUATOR_USERNAME}
25         password: ${ACTUATOR_PASSWORD}
26         role: ACTUATOR
27 server:
28   port: {{ index .Values.containerPort }}
29   tomcat:
30     max-threads: 50
31
32 mso:
33   site-name: localSite
34   logPath: ./logs/oof-adapter
35   msb-ip: msb-iag.{{ include "common.namespace" . }}
36   msb-port: 80
37   msoKey: ${MSO_KEY}
38   camundaURL: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081
39   camundaAuth: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" .Values.global.aaf.auth.header "value2" .Values.mso.camundaAuth )}}
40   workflow:
41     message:
42       endpoint: http://so-bpmn-infra.{{ include "common.namespace" . }}:8081/mso/WorkflowMessage
43   oof:
44     auth: ${OOF_LOGIN}:${OOF_PASSWORD}
45     endpoint: https://oof-osdf.{{ include "common.namespace" . }}:8698
46 #Actuator
47 management:
48   endpoints:
49     web:
50       base-path: /manage
51       exposure:
52         include: "*"
53   metrics:
54     se-global-registry: false
55     export:
56       prometheus:
57         enabled: true # Whether exporting of metrics to Prometheus is enabled.
58         step: 1m # Step size (i.e. reporting frequency) to use.