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 | b3a6814 | 2019-07-24 14:42:22 -0500 | [diff] [blame] | 26 | persistence: |
| 27 | enabled: "true" |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 28 | |
| 29 | replicas: |
| 30 | hello: 1 |
| 31 | |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 32 | image: |
| 33 | # When using locally built Docker Container, set Repository to "" |
| 34 | repository: "" |
| 35 | # When using Docker Repo, add, and include trailing "/" |
| 36 | # repository: nexus3.onap.org:10003/ |
| 37 | # repository: localhost:5000/ |
Instrumental | b3a6814 | 2019-07-24 14:42:22 -0500 | [diff] [blame] | 38 | |
| 39 | service: |
Instrumental | 54f1bd2 | 2019-08-06 17:34:04 -0500 | [diff] [blame] | 40 | agentImage: onap/aaf/aaf_agent:2.1.16-SNAPSHOT |
| 41 | image: onap/aaf/aaf_hello:2.1.16-SNAPSHOT |
Instrumental | b3a6814 | 2019-07-24 14:42:22 -0500 | [diff] [blame] | 42 | app_ns: "org.osaaf.aaf" |
| 43 | fqi: "aaf@aaf.osaaf.org" |
| 44 | fqdn: "aaf-hello" |
| 45 | public_fqdn: "aaf.osaaf.org" |
| 46 | port: "8130" |
| 47 | public_port: "30086" |
| 48 | cadi_latitude: "38.0" |
| 49 | cadi_longitude: "-72.0" |
Instrumental | 69549ce | 2019-08-05 14:28:17 -0500 | [diff] [blame] | 50 | deploy_fqi: "deployer@people.osaaf.org" |
Instrumental | b3a6814 | 2019-07-24 14:42:22 -0500 | [diff] [blame] | 51 | |
| 52 | persistence: |
| 53 | # Where on local disk to store |
| 54 | mountPath: "/data/aaf/hello" |
| 55 | volumeReclaimPolicy: Retain |
| 56 | accessMode: ReadWriteOnce |
| 57 | size: 10M |
| 58 | storageClass: "manual" |
Instrumental | bd7def7 | 2019-04-03 08:25:28 -0500 | [diff] [blame] | 59 | |
| 60 | resources: {} |
| 61 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 62 | # choice for the user. This also increases chances charts run on environments with little |
| 63 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 64 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 65 | # limits: |
| 66 | # cpu: 100m |
| 67 | # memory: 128Mi |
| 68 | # requests: |
| 69 | # cpu: 100m |
| 70 | # memory: 128Mi |
| 71 | |
| 72 | nodeSelector: {} |
| 73 | |
| 74 | tolerations: [] |
| 75 | |
| 76 | affinity: {} |