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