blob: 416282f72afe9351dd5cf9e6e76b8065696652d5 [file] [log] [blame]
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +02001# 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
15global:
Krzysztof Opasiak1b686152020-06-02 11:50:12 +020016 repository: nexus3.onap.org:10001
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020017 aafAgentImage: onap/aaf/aaf_agent:2.1.20
18 aafEnabled: true
19
20pullPolicy: Always
21
22secrets:
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
Krzysztof Opasiake9754a02020-07-16 21:06:39 +020030readinessCheck:
31 wait_for:
32 - aaf-locate
33 - aaf-cm
34 - aaf-service
35
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020036aafDeployFqi: "changeme"
37fqdn: ""
38app_ns: "org.osaaf.aaf"
39fqi: ""
40fqi_namespace: ""
41public_fqdn: "aaf.osaaf.org"
42aafDeployFqi: "deployer@people.osaaf.org"
43aafDeployPass: demo123456!
44cadi_latitude: "38.0"
45cadi_longitude: "-72.0"
46aaf_add_config: ""
47mountPath: "/opt/app/osaaf"