Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / so / components / so-cnf-adapter / resources / config / overrides / override.yaml
1 {{/*
2 # Copyright © 2020 Huawei Technologies Co., Ltd.
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 aai:
18   auth: {{ .Values.server.aai.auth }}
19   endpoint: http://aai.{{ include "common.namespace" . }}:80
20   enabled: {{ .Values.global.aai.enabled }}
21 logging:
22   path: logs
23 spring:
24   security:
25     usercredentials:
26       - username: ${ACTUATOR_USERNAME}
27         password: ${ACTUATOR_PASSWORD}
28         role: ACTUATOR
29 server:
30   {{- if include "common.onServiceMesh" . }}
31   forward-headers-strategy: none
32   {{- end }}
33   port: {{ index .Values.containerPort }}
34   tomcat:
35     max-threads: 50
36 multicloud:
37   endpoint: http://multicloud-k8s.{{ include "common.namespace" . }}:9015
38 mso:
39   site-name: localSite
40   logPath: ./logs/cnf-adapter
41   msb-ip: msb-iag.{{ include "common.namespace" . }}
42   msb-port: 80
43 #Actuator
44 management:
45   endpoints:
46     web:
47       base-path: /manage
48       exposure:
49         include: "*"
50   metrics:
51     se-global-registry: false
52     export:
53       prometheus:
54         enabled: true # Whether exporting of metrics to Prometheus is enabled.
55         step: 1m # Step size (i.e. reporting frequency) to use.