Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / onap / resources / overrides / oom-cert-service-environment.yaml
1 # Copyright © 2020 Nordix Foundation
2 # Modifications Copyright © 2020-2021 Nokia
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 #
18 # These overrides will affect all helm charts (ie. applications)
19 # that are listed below and are 'enabled'.
20 #
21 #
22 # This is specifically for the environments which take time to
23 # deploy ONAP. This increase in timeouts prevents false restarting of
24 # the pods during startup configuration.
25 #
26 # These timers have been tuned by the ONAP integration team. They
27 # have been tested and validated in the ONAP integration lab (Intel/Windriver lab).
28 # They are however indicative and may be adapted to your environment as they
29 # depend on the performance of the infrastructure you are installing ONAP on.
30 #
31 # Please note that these timers must remain reasonable, in other words, if
32 # your infrastructure is not performant enough, extending the timers to very
33 # large value may not fix all installation issues on over subscribed hardware.
34 #
35 #################################################################
36 global:
37   cmpv2Enabled: true
38   certificate:
39     default:
40       renewBefore: 720h #30 days
41       duration:    8760h #365 days
42       subject:
43         organization: "Linux-Foundation"
44         country: "US"
45         locality: "San-Francisco"
46         province: "California"
47         organizationalUnit: "ONAP"
48       issuer:
49         group: certmanager.onap.org
50         kind: CMPv2Issuer
51         name: cmpv2-issuer-onap