Merge "[UUI] Service Mesh Compliance for UUI"
[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   aafAgentImage: onap/aaf/aaf_agent:2.1.20
20   msbEnabled: true
21   security:
22     aaf:
23       enabled: false
24   app:
25     msoKey: 07a7159d3bf51a0e53be7a8f89699be7
26
27 #################################################################
28 # AAF part
29 #################################################################
30 certInitializer:
31   aafDeployFqi: deployer@people.osaaf.org
32   aafDeployPass: demo123456!
33   # aafDeployCredsExternalSecret: some secret
34   fqdn: so
35   fqi: so@so.onap.org
36   public_fqdn: so.onap.org
37   fqi_namespace: org.onap.so
38   cadi_longitude: '0.0'
39   cadi_latitude: '0.0'
40   app_ns: org.osaaf.aaf
41   credsPath: /opt/app/osaaf/local
42   aaf_add_config: |
43     echo "cadi_truststore_password=$cadi_truststore_password" > {{ .Values.credsPath }}/mycreds.prop
44     echo "cadi_keystore_password_p12=$cadi_keystore_password_p12" >> {{ .Values.credsPath }}/mycreds.prop
45     echo "TRUSTSTORE_PASSWORD={{ .Values.truststorePassword }}" >> {{ .Values.credsPath }}/mycreds.prop
46
47 aafConfig:
48   permission_user: 1000
49   permission_group: 999
50
51 #################################################################
52 # Application configuration defaults.
53 #################################################################
54
55 livenessProbe:
56   path: /manage/health
57   scheme: HTTP
58   initialDelaySeconds: 600
59   periodSeconds: 60
60   timeoutSeconds: 10
61   successThreshold: 1
62   failureThreshold: 3
63
64 cadi:
65   logLevel: DEBUG
66   latitude: 38.4329
67   longitude: -90.43248
68   aafEnv: IST
69   aafApiVersion: 2.1
70   aafRootNs: org.onap.so
71   aafLocateUrl: https://aaf-locate.onap:8095
72   aafUrl: https://aaf-locate.onap:8095/locate/org.osaaf.aaf.service:2.1
73   aafId: so@so.onap.org
74   aafPassword: enc:EME-arXn2lx8PO0f2kEtyK7VVGtAGWavXorFoxRmPO9
75   apiEnforcement: org.onap.so.apihPerm
76   noAuthn: /manage/health