Add standardized helm chart for log
[oom.git] / kubernetes / aai / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 nsPrefix: onap
16 pullPolicy: Always
17 nodePortPrefix: 302
18
19 # POLICY hotfix - Note this must be temporary
20 # See https://jira.onap.org/browse/POLICY-510
21 aaiServiceClusterIp: 10.43.255.254
22 aaiServiceReplicas: 1
23 aaiResourceReplicas: 1
24 aaiTraversalReplicas: 1
25 dataRouterReplicas: 1
26 elasticsearchReplicas: 1
27 hbaseReplicas: 1
28 modelLoaderReplicas: 1
29 searchDataServiceReplicas: 1
30 sparkyReplicas: 1
31 image:
32   readiness: oomk8s/readiness-check:1.1.0
33   aaiProxy: aaionap/haproxy
34   aaiProxyVersion: 1.1.0
35   aaiHbaseImage: aaionap/hbase
36   aaiHbaseVersion: 1.2.0
37   modelLoaderImage: nexus3.onap.org:10001/onap/model-loader
38   modelLoaderVersion: v1.1.0
39   aaiResourcesImage: nexus3.onap.org:10001/openecomp/aai-resources
40   aaiResourcesVersion: v1.1.0
41   aaiTraversalImage: nexus3.onap.org:10001/openecomp/aai-traversal
42   aaiTraversalVersion: v1.1.0
43   dataRouterImage: nexus3.onap.org:10001/onap/data-router
44   dataRouterVersion: v1.1.0
45   elasticsearchImage: elasticsearch
46   elasticsearchVersion: 2.4.1
47   searchDataImage: nexus3.onap.org:10001/onap/search-data-service
48   searchDataVersion: v1.1.0
49   sparkyBeImage: nexus3.onap.org:10001/onap/sparky-be
50   sparkyBeVersion: v1.1.0
51   gremlinServerImage: aaionap/gremlin-server
52   filebeat: docker.elastic.co/beats/filebeat:5.5.0
53   es_bb: busybox
54 aaicoreversion: 1.1.0-SNAPSHOT
55 persistence:
56   enabled: true
57   
58   ## A manually managed Persistent Volume and Claim
59   ## Requires persistence.enabled: true
60   ## If defined, PVC must be created manually before volume will be bound
61   # existingClaim:
62   volumeReclaimPolicy: Retain
63
64   ## database data Persistent Volume Storage Class
65   ## If defined, storageClassName: <storageClass>
66   ## If set to "-", storageClassName: "", which disables dynamic provisioning
67   ## If undefined (the default) or set to null, no storageClassName spec is
68   ##   set, choosing the default provisioner.  (gp2 on AWS, standard on
69   ##   GKE, AWS & OpenStack)
70   ##
71   # storageClass: "-"
72   accessMode: ReadWriteMany
73   size: 2Gi
74   mountPath: /dockerdata-nfs
75   mountSubPath: aai/data-router/logs
76
77 config:
78   logstashServiceName: log-ls
79   logstashPort: 5044
80