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