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