Change version to 2.1.11-SNAPSHOT
[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
42 persistence:
43   # Note: Minikube will persist to /data on your host machine
44   mountPath: "/data/aaf"
45   config:
46     volumeReclaimPolicy: Retain
47     accessMode: ReadWriteOnce
48     size: 2Gi
49     mountSubPath: "config"
50     storageClass: "manual"
51   status:
52     volumeReclaimPolicy: Retain
53     accessMode: ReadWriteOnce
54     size: 10M
55     mountSubPath: "status"
56     storageClass: "manual"
57   cass:
58     volumeReclaimPolicy: Retain
59     accessMode: ReadWriteOnce
60     size: 10Gi
61     mountSubPath: "cass"
62     storageClass: "manual"
63
64 image:
65   # When using locally built Docker Container, set Repository to ""
66   repository: ""
67   # When using Docker Repo, add, and include trailing "/"
68   # repository: nexus3.onap.org:10003/
69   # repository: localhost:5000/
70   version: 2.1.11-SNAPSHOT
71
72 resources: {}
73   # We usually recommend not to specify default resources and to leave this as a conscious
74   # choice for the user. This also increases chances charts run on environments with little
75   # resources, such as Minikube. If you do want to specify resources, uncomment the following
76   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
77   # limits:
78   #  cpu: 100m
79   #  memory: 128Mi
80   # requests:
81   #  cpu: 100m
82   #  memory: 128Mi
83
84 nodeSelector: {}
85
86 tolerations: []
87
88 affinity: {}