blob: 5a3931c206f90243c851a0b1c5044809f0a7d617 [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:
Instrumentalb3a68142019-07-24 14:42:22 -050026 persistence:
27 enabled: "true"
Instrumentalbd7def72019-04-03 08:25:28 -050028
29replicas:
30 hello: 1
31
Instrumentalbd7def72019-04-03 08:25:28 -050032image:
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/
Instrumentalb3a68142019-07-24 14:42:22 -050038
39service:
Instrumental54f1bd22019-08-06 17:34:04 -050040 agentImage: onap/aaf/aaf_agent:2.1.16-SNAPSHOT
41 image: onap/aaf/aaf_hello:2.1.16-SNAPSHOT
Instrumentalb3a68142019-07-24 14:42:22 -050042 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"
Instrumental69549ce2019-08-05 14:28:17 -050050 deploy_fqi: "deployer@people.osaaf.org"
Instrumentalb3a68142019-07-24 14:42:22 -050051
52persistence:
53 # Where on local disk to store
54 mountPath: "/data/aaf/hello"
55 volumeReclaimPolicy: Retain
56 accessMode: ReadWriteOnce
57 size: 10M
58 storageClass: "manual"
Instrumentalbd7def72019-04-03 08:25:28 -050059
60resources: {}
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
72nodeSelector: {}
73
74tolerations: []
75
76affinity: {}