Add standardized helm chart for log
[oom.git] / kubernetes / multicloud / 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 dataRootDir: /dockerdata-nfs
19 frameworkReplicas: 1
20 ocataReplicas: 1
21 vioReplicas: 1
22 windRiverReplicas: 1
23 image:
24   readiness: oomk8s/readiness-check:1.1.0
25   framework: nexus3.onap.org:10001/onap/multicloud/framework:latest
26   vio: nexus3.onap.org:10001/onap/multicloud/vio:latest
27   ocata: nexus3.onap.org:10001/onap/multicloud/openstack-ocata:latest
28   windriver: nexus3.onap.org:10001/onap/multicloud/openstack-windriver:latest
29   filebeat: docker.elastic.co/beats/filebeat:5.5.0
30 # domain name of msb gateway
31 msbgateway: msb-iag.{{ .Values.nsPrefix }}
32 msbPort: 80
33
34 config:
35   logstashServiceName: log-ls
36   logstashPort: 5044