blob: 137031c6bd6118a76336377de989516d3d9d188f [file] [log] [blame]
William Kurkian382dc5c2018-09-11 15:59:06 -04001# Copyright 2018- Cisco
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
15replicaCount: 1
16nameOverride: ""
17
18image:
Zack Williams2749ae52018-09-28 09:43:43 -070019 repository: 'opencord/ves-agent'
20 tag: '{{ .Chart.AppVersion }}'
21 pullPolicy: 'Always'
22
23global:
24 registry: ''
William Kurkian382dc5c2018-09-11 15:59:06 -040025
26co_id: test_co
27pod_id: test_pod
28
29onap:
30 ves_address: "onap"
31 ves_port: 30235
32
33kafka:
34 address: "cord-kafka"
35 port: "9092"
William Kurkian7430b4a2018-10-10 14:48:32 -040036 alarms_topic: "voltha.alarms"
37 kpis_topic: "voltha.kpis"
William Kurkian382dc5c2018-09-11 15:59:06 -040038
39service:
40 type: ClusterIP
41 port: 8080