Missing Licenses
[aaf/authz.git] / auth / helm / aaf / 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 replicaCount: 1
26
27 global:
28   persistence:
29     enabled: true
30   common:
31     namespace: onap
32
33 ingress:
34   enabled: false
35
36 cadi:
37   hostname: "aaf.onap"
38   cadi_latitude: "38.0"  
39   cadi_longitude: "-72.0"  
40   aaf_env: "DEV"
41   aaf_register_as: "aaf.onap"
42   aaf_locate_as: "aaf-locate"
43
44 persistence:
45   # Note: Minikube will persist to /data on your host machine
46   mountPath: "/data/aaf"
47   config:
48     volumeReclaimPolicy: Retain
49     accessMode: ReadWriteOnce
50     size: 2Gi
51     mountSubPath: "config"
52     storageClass: "manual"
53   status:
54     volumeReclaimPolicy: Retain
55     accessMode: ReadWriteOnce
56     size: 10M
57     mountSubPath: "status"
58     storageClass: "manual"
59   cass:
60     volumeReclaimPolicy: Retain
61     accessMode: ReadWriteOnce
62     size: 10Gi
63     mountSubPath: "cass"
64     storageClass: "manual"
65
66 image:
67   # When using locally built Docker Container, set Repository to ""
68   repository: ""
69   # When using Docker Repo, add, and include trailing "/"
70   # repository: nexus3.onap.org:10003/
71   # repository: localhost:5000/
72   version: 2.1.7-SNAPSHOT
73
74 resources: {}
75   # We usually recommend not to specify default resources and to leave this as a conscious
76   # choice for the user. This also increases chances charts run on environments with little
77   # resources, such as Minikube. If you do want to specify resources, uncomment the following
78   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
79   # limits:
80   #  cpu: 100m
81   #  memory: 128Mi
82   # requests:
83   #  cpu: 100m
84   #  memory: 128Mi
85
86 nodeSelector: {}
87
88 tolerations: []
89
90 affinity: {}