Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / so / components / soHelpers / values.yaml
1 # Copyright © 2018 AT&T USA
2 # Copyright © 2020 Huawei
3 # Copyright © 2021 Orange
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 # Global configuration defaults.
17 #################################################################
18 global:
19   msbEnabled: true
20   app:
21     msoKey: 07a7159d3bf51a0e53be7a8f89699be7
22
23 #################################################################
24 # Application configuration defaults.
25 #################################################################
26
27 livenessProbe:
28   path: /manage/health
29   scheme: HTTP
30   initialDelaySeconds: 600
31   periodSeconds: 60
32   timeoutSeconds: 10
33   successThreshold: 1
34   failureThreshold: 3