Move AAF Poms to 2.1.16
[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
29 services:
30   aaf_env: "DEV"
31   aaf_id: "aaf@aaf.osaaf.org"
32   public_fqdn: "aaf.osaaf.org"
33   aaf_locator_name: "%NS.%N"
34   aaf_locator_name_helm: "%CNS.%NS.%N"
35   cadi_latitude: "38.0"  
36   cadi_longitude: "-72.0"  
37   cass:
38     replicas: 1
39     fqdn: "aaf-cass"
40     cluster_name: "osaaf"
41     heap_new_size: "512M"
42     max_heap_size: "1024M"
43     storage_port: 7000
44     ssl_storage_port: 7001
45     native_trans_port: 9042
46     rpc_port: 9160
47     dc: "dc1"
48   service:
49     replicas: 1
50     fqdn: "aaf-service"
51     internal_port: 8100
52     public_port: 30080
53   locate:
54     replicas: 1
55     fqdn: "aaf-locate"
56     internal_port: 8095
57     public_port: 30081
58   oauth:
59     replicas: 1
60     fqdn: "aaf-oauth"
61     internal_port: 8140
62     public_port: 30082
63   cm:
64     replicas: 1
65     fqdn: "aaf-cm"
66     internal_port: 8150
67     public_port: 30084
68   gui:
69     replicas: 1
70     fqdn: "aaf-gui"
71     internal_port: 8200
72     public_port: 30083
73   fs:
74     replicas: 1
75     fqdn: "aaf-fs"
76     internal_port: 8096
77     public_port: 30085
78     
79 persistence:
80   # Note: Minikube will persist to /data on your host machine
81   mountPath: "/data/aaf"
82   cass:
83     volumeReclaimPolicy: Retain
84     accessMode: ReadWriteOnce
85     size: 10Gi
86     mountSubPath: "cass"
87     storageClass: "manual"
88   status:
89     volumeReclaimPolicy: Delete
90     accessMode: ReadWriteOnce
91     size: 10M
92     mountSubPath: "status"
93     storageClass: "manual"
94   config:
95     volumeReclaimPolicy: Retain
96     accessMode: ReadWriteOnce
97     size: 2Gi
98     mountSubPath: "config"
99     storageClass: "manual"
100
101 image:
102   # When using locally built Docker Container, set Repository to ""
103   repository: ""
104   # When using Docker Repo, add, and include trailing "/"
105   # repository: nexus3.onap.org:10003/
106   # repository: localhost:5000/
107   version: 2.1.16-SNAPSHOT
108
109 resources: {}
110   # We usually recommend not to specify default resources and to leave this as a conscious
111   # choice for the user. This also increases chances charts run on environments with little
112   # resources, such as Minikube. If you do want to specify resources, uncomment the following
113   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
114   # limits:
115   #  cpu: 100m
116   #  memory: 128Mi
117   # requests:
118   #  cpu: 100m
119   #  memory: 128Mi
120
121 nodeSelector: {}
122
123 tolerations: []
124
125 affinity: {}