Add Servlet Sample
[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   mountPath: "/mnt/data/aaf"
26   config:
27     volumeReclaimPolicy: Retain
28     accessMode: ReadWriteOnce
29     size: 2Gi
30     mountSubPath: "config"
31     storageClass: "manual"
32   status:
33     volumeReclaimPolicy: Retain
34     accessMode: ReadWriteOnce
35     size: 10M
36     mountSubPath: "status"
37     storageClass: "manual"
38   cass:
39     volumeReclaimPolicy: Retain
40     accessMode: ReadWriteOnce
41     size: 10Gi
42     mountSubPath: "cass"
43     storageClass: "manual"
44
45 image:
46   # When using locally built Docker Container, set Repository to ""
47   repository: ""
48   # When using Docker Repo, add, and include trailing "/"
49   # repository: nexus3.onap.org:10003/
50   # repository: localhost:5000/
51   version: 2.1.4-SNAPSHOT
52
53 resources: {}
54   # We usually recommend not to specify default resources and to leave this as a conscious
55   # choice for the user. This also increases chances charts run on environments with little
56   # resources, such as Minikube. If you do want to specify resources, uncomment the following
57   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
58   # limits:
59   #  cpu: 100m
60   #  memory: 128Mi
61   # requests:
62   #  cpu: 100m
63   #  memory: 128Mi
64
65 nodeSelector: {}
66
67 tolerations: []
68
69 affinity: {}