seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 1 | # Copyright © 2018 AT&T USA |
| 2 | # Copyright © 2020 Huawei |
Sylvain Desbureaux | d311405 | 2021-02-23 16:45:52 +0100 | [diff] [blame] | 3 | # Copyright © 2021 Orange |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 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: |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 19 | msbEnabled: true |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 20 | app: |
| 21 | msoKey: 07a7159d3bf51a0e53be7a8f89699be7 |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 22 | |
| 23 | ################################################################# |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 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 |