1 ################################################################################
2 # Copyright (c) 2019 AT&T Intellectual Property. #
3 # Copyright (c) 2019 Nokia. #
5 # Licensed under the Apache License, Version 2.0 (the "License"); #
6 # you may not use this file except in compliance with the License. #
7 # You may obtain a copy of the License at #
9 # http://www.apache.org/licenses/LICENSE-2.0 #
11 # Unless required by applicable law or agreed to in writing, software #
12 # distributed under the License is distributed on an "AS IS" BASIS, #
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
14 # See the License for the specific language governing permissions and #
15 # limitations under the License. #
16 ################################################################################
19 #################################################################
20 # Global configuration defaults.
21 #################################################################
24 readinessRepository: oomk8s
25 readinessImage: readiness-check:2.0.0
26 loggingRepository: docker.elastic.co
27 loggingImage: beats/filebeat:5.5.0
28 clientImage: onap/dmaap/dbc-client:1.0.8-STAGING-latest
30 #################################################################
31 # Application configuration defaults.
32 #################################################################
34 onapRepository: nexus3.onap.org:10001
35 image: onap/dmaap/dmaap-mr:1.1.13
39 name: message-router-kafka
42 name: message-router-zookeeper
45 # flag to enable debugging - application support required
48 # application configuration
51 # default number of instances
58 # probe configuration parameters
60 initialDelaySeconds: 70
62 # necessary to disable liveness probe when setting breakpoints
63 # in debugger so K8s doesn't restart unresponsive container
67 initialDelaySeconds: 70
73 portName: message-router
82 # Resource Limit flavor -By Default using small
84 # Segregation for Different environment (Small and Large)
102 # subchart configurations
103 message-router-kafka:
104 ubuntuInitRepository: docker.io
105 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
106 busyBoxRepository: docker.io
107 busyBoxImage: busybox:1.30
108 onapRepository: nexus3.onap.org:10001
109 image: onap/dmaap/kafka111:1.0.0
114 message-router-zookeeper:
115 ubuntuInitRepository: docker.io
116 ubuntuInitImage: oomk8s/ubuntu-init:2.0.0
117 busyBoxRepository: docker.io
118 busyBoxImage: busybox:1.30
119 onapRepository: nexus3.onap.org:10001
120 image: onap/dmaap/zookeeper:5.0.0