blob: a4fd23c4c0e5c8ac72c5704f598000d2f51089c0 [file] [log] [blame]
Instrumentalbd7def72019-04-03 08:25:28 -05001#########
2## ============LICENSE_START====================================================
3## org.onap.aaf
4## ===========================================================================
5## Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
6## ===========================================================================
7## Licensed under the Apache License, Version 2.0 (the "License");
8## you may not use this file except in compliance with the License.
9## You may obtain a copy of the License at
10##
11## http://www.apache.org/licenses/LICENSE-2.0
12##
13## Unless required by applicable law or agreed to in writing, software
14## distributed under the License is distributed on an "AS IS" BASIS,
15## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16## See the License for the specific language governing permissions and
17## limitations under the License.
18## ============LICENSE_END====================================================
19##
20#
21# Default values for aaf.
22# This is a YAML-formatted file.
23# Declare variables to be passed into your templates.
24
25global:
Instrumentalbd7def72019-04-03 08:25:28 -050026 common:
27 namespace: "onap"
28
29replicas:
30 hello: 1
31
Instrumentalbd7def72019-04-03 08:25:28 -050032cadi:
Instrumentalbe7e0d12019-04-04 21:42:19 -050033 fqdn: "aaf-hello"
34 port: 8130
35 public_fqdn: "aaf.osaaf.org"
36 public_port: 30086
37 fqi: "aaf@aaf.osaaf.org"
38 app_ns: "org.osaaf.aaf"
Instrumentalbd7def72019-04-03 08:25:28 -050039 cadi_latitude: "38.0"
40 cadi_longitude: "-72.0"
41 aaf_env: "DEV"
42
Instrumentalbe7e0d12019-04-04 21:42:19 -050043persistence: {}
Instrumentalbd7def72019-04-03 08:25:28 -050044
45image:
46 # When using locally built Docker Container, set Repository to ""
47 repository: ""
48 # When using Docker Repo, add, and include trailing "/"
49 # repository: nexus3.onap.org:10003/
50 # repository: localhost:5000/
51 version: 2.1.11-SNAPSHOT
52
53resources: {}
54 # We usually recommend not to specify default resources and to leave this as a conscious
55 # choice for the user. This also increases chances charts run on environments with little
56 # resources, such as Minikube. If you do want to specify resources, uncomment the following
57 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
58 # limits:
59 # cpu: 100m
60 # memory: 128Mi
61 # requests:
62 # cpu: 100m
63 # memory: 128Mi
64
65nodeSelector: {}
66
67tolerations: []
68
69affinity: {}