Move AAF Poms to 2.1.16
[aaf/authz.git] / auth / helm / aaf-hello / values.yaml
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:
26   persistence:
27     enabled: "true"
28
29 replicas:
30   hello: 1
31
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/
38
39 service:
40   agentImage: onap/aaf/aaf_agent:2.1.16-SNAPSHOT
41   image: onap/aaf/aaf_hello:2.1.16-SNAPSHOT
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"
50   deploy_fqi: "deployer@people.osaaf.org"
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"
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: {}