blob: 35ca1655d5bad112110a326d9c9e62aad9b47245 [file] [log] [blame]
Scott Baker3c9ef642020-07-09 13:49:58 -07001---
2# Copyright 2018-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16global:
17 registry: ''
18
19images:
20 kpi_exporter:
21 repository: 'opencord/kafka-topic-exporter'
22 tag: '1.2.6'
23 pullPolicy: 'Always'
24
25kpi_exporter:
26 enabled: true
27 fullnameOverride: ''
28 nameOverride: ''
29 nodePort: 31080
30 replicas: 2
31 kpi_broker: cord-kafka:9092
32 topics:
33 - voltha.kpis
34 - onos.aaa.stats.kpis
35 - onos.kpis
36 - bng.stats