blob: fdee4c9bd20e42b24074b41e221658dc4696deaa [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:
16 readinessRepository: oomk8s
17 readinessImage: readiness-check:2.0.2
Krzysztof Opasiak1b686152020-06-02 11:50:12 +020018 repository: nexus3.onap.org:10001
Krzysztof Opasiak020cdb92020-05-01 01:46:37 +020019 aafAgentImage: onap/aaf/aaf_agent:2.1.20
20 aafEnabled: true
21
22pullPolicy: Always
23
24secrets:
25 - uid: deployer-creds
26 type: basicAuth
27 externalSecret: '{{ ternary (tpl (default "" .Values.aafDeployCredsExternalSecret) .) "aafIsDisabled" .Values.global.aafEnabled }}'
28 login: '{{ .Values.aafDeployFqi }}'
29 password: '{{ .Values.aafDeployPass }}'
30 passwordPolicy: required
31
32aafDeployFqi: "changeme"
33fqdn: ""
34app_ns: "org.osaaf.aaf"
35fqi: ""
36fqi_namespace: ""
37public_fqdn: "aaf.osaaf.org"
38aafDeployFqi: "deployer@people.osaaf.org"
39aafDeployPass: demo123456!
40cadi_latitude: "38.0"
41cadi_longitude: "-72.0"
42aaf_add_config: ""
43mountPath: "/opt/app/osaaf"