Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 1 | ######### |
| 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 | |
| 25 | global: |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 26 | common: |
| 27 | namespace: "onap" |
| 28 | |
| 29 | replicas: |
| 30 | hello: 1 |
| 31 | |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 32 | cadi: |
Instrumental | be7e0d1 | 2019-04-04 21:42:19 -0500 | [diff] [blame] | 33 | fqdn: "aaf-hello" |
| 34 | port: 8130 |
| 35 | public_fqdn: "aaf.osaaf.org" |
Instrumental | 4ac37bf | 2019-04-10 13:01:30 -0500 | [diff] [blame] | 36 | # DUBLIN ONLY - for M4 compatibility with Casablanca |
| 37 | aaf_locator_name: "public.%NS.%N" |
| 38 | aaf_locator_name_helm: "%NS.%N" |
| 39 | # EL ALTO and Beyond |
| 40 | # aaf_locator_name: "%NS.%N" |
| 41 | # aaf_locator_name_helm: "%CNS.%NS.%N" |
Instrumental | be7e0d1 | 2019-04-04 21:42:19 -0500 | [diff] [blame] | 42 | public_port: 30086 |
| 43 | fqi: "aaf@aaf.osaaf.org" |
| 44 | app_ns: "org.osaaf.aaf" |
Instrumental | 4ac37bf | 2019-04-10 13:01:30 -0500 | [diff] [blame] | 45 | cadi_latitude: 38.0 |
| 46 | cadi_longitude: -72.0 |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 47 | aaf_env: "DEV" |
| 48 | |
Instrumental | be7e0d1 | 2019-04-04 21:42:19 -0500 | [diff] [blame] | 49 | persistence: {} |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 50 | |
| 51 | image: |
| 52 | # When using locally built Docker Container, set Repository to "" |
| 53 | repository: "" |
| 54 | # When using Docker Repo, add, and include trailing "/" |
| 55 | # repository: nexus3.onap.org:10003/ |
| 56 | # repository: localhost:5000/ |
Instrumental | ff1417f | 2019-05-29 04:58:50 -0500 | [diff] [blame^] | 57 | version: 2.1.12-SNAPSHOT |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 58 | |
| 59 | resources: {} |
| 60 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 61 | # choice for the user. This also increases chances charts run on environments with little |
| 62 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 63 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 64 | # limits: |
| 65 | # cpu: 100m |
| 66 | # memory: 128Mi |
| 67 | # requests: |
| 68 | # cpu: 100m |
| 69 | # memory: 128Mi |
| 70 | |
| 71 | nodeSelector: {} |
| 72 | |
| 73 | tolerations: [] |
| 74 | |
| 75 | affinity: {} |