83e0ae6883e7047dc91e55adad93e3bf7552e745
[aaf/authz.git] / auth / helm / aaf / values.yaml
1 # Default values for aaf.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 replicaCount: 1
6
7 global:
8   persistence:
9     enabled: true
10   common:
11     namespace: onap
12
13 ingress:
14   enabled: false
15
16 cadi:
17   hostname: "aaf.onap"
18   cadi_latitude: "38.0"  
19   cadi_longitude: "-72.0"  
20   aaf_env: "DEV"
21   aaf_register_as: "aaf.onap"
22   aaf_locate_as: "aaf-locate"
23
24 persistence:
25   # Note: Minikube will persist to /data on your host machine
26   mountPath: "/data/aaf"
27   config:
28     volumeReclaimPolicy: Retain
29     accessMode: ReadWriteOnce
30     size: 2Gi
31     mountSubPath: "config"
32     storageClass: "manual"
33   status:
34     volumeReclaimPolicy: Retain
35     accessMode: ReadWriteOnce
36     size: 10M
37     mountSubPath: "status"
38     storageClass: "manual"
39   cass:
40     volumeReclaimPolicy: Retain
41     accessMode: ReadWriteOnce
42     size: 10Gi
43     mountSubPath: "cass"
44     storageClass: "manual"
45
46 image:
47   # When using locally built Docker Container, set Repository to ""
48   repository: ""
49   # When using Docker Repo, add, and include trailing "/"
50   # repository: nexus3.onap.org:10003/
51   # repository: localhost:5000/
52   version: 2.1.7-SNAPSHOT
53
54 resources: {}
55   # We usually recommend not to specify default resources and to leave this as a conscious
56   # choice for the user. This also increases chances charts run on environments with little
57   # resources, such as Minikube. If you do want to specify resources, uncomment the following
58   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
59   # limits:
60   #  cpu: 100m
61   #  memory: 128Mi
62   # requests:
63   #  cpu: 100m
64   #  memory: 128Mi
65
66 nodeSelector: {}
67
68 tolerations: []
69
70 affinity: {}