blob: ec3fef2d81bf2f603d46b6743dc93df40e6d89c3 [file] [log] [blame]
seshukm0df1f8e2020-08-17 21:45:49 +05301# Copyright © 2018 AT&T USA
2# Copyright © 2020 Huawei
Sylvain Desbureauxd3114052021-02-23 16:45:52 +01003# Copyright © 2021 Orange
seshukm0df1f8e2020-08-17 21:45:49 +05304# 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#################################################################
18global:
seshukm0df1f8e2020-08-17 21:45:49 +053019 msbEnabled: true
seshukm0df1f8e2020-08-17 21:45:49 +053020 app:
21 msoKey: 07a7159d3bf51a0e53be7a8f89699be7
seshukm0df1f8e2020-08-17 21:45:49 +053022
23#################################################################
seshukm0df1f8e2020-08-17 21:45:49 +053024# Application configuration defaults.
25#################################################################
26
27livenessProbe:
28 path: /manage/health
29 scheme: HTTP
30 initialDelaySeconds: 600
31 periodSeconds: 60
32 timeoutSeconds: 10
33 successThreshold: 1
34 failureThreshold: 3