[DOC] Update OOM Quick Start Guide documentation section
[oom.git] / kubernetes / common / certInitializer / values.yaml
1 # Copyright © 2020 Samsung Electronics
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 global:
16   repository: nexus3.onap.org:10001
17   aafAgentImage: onap/aaf/aaf_agent:2.1.20
18   aafEnabled: true
19
20 pullPolicy: Always
21
22 secrets:
23   - uid: deployer-creds
24     type: basicAuth
25     externalSecret: '{{ ternary (tpl (default "" .Values.aafDeployCredsExternalSecret) .) "aafIsDisabled" .Values.global.aafEnabled }}'
26     login: '{{ .Values.aafDeployFqi }}'
27     password: '{{ .Values.aafDeployPass }}'
28     passwordPolicy: required
29
30 readinessCheck:
31   wait_for:
32     - aaf-locate
33     - aaf-cm
34     - aaf-service
35
36 aafDeployFqi: "changeme"
37 fqdn: ""
38 app_ns: "org.osaaf.aaf"
39 fqi: ""
40 fqi_namespace: ""
41 public_fqdn: "aaf.osaaf.org"
42 aafDeployFqi: "deployer@people.osaaf.org"
43 aafDeployPass: demo123456!
44 cadi_latitude: "38.0"
45 cadi_longitude: "-72.0"
46 aaf_add_config: ""
47 mountPath: "/opt/app/osaaf"