blob: 4339c76c45b28102b7c75627e3079b1e60eba504 [file] [log] [blame]
William Kurkian0a5988a2018-09-11 15:44:15 -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
16
17image:
18 repository: docker-repo.dev.atl.foundry.att.com:5000/voltha-ves-agent
19 tag: 1
20 pullPolicy: Always
21
22co_id: test_co
23pod_id: test_pod
24
25onap:
26 ves_address: "onap"
27 ves_port: 30235
28
29kafka:
30 address: "cord-kafka"
31 port: "9092"
32 alarms_topic: "kafka.alarms"
33 kpis_topic: "kafka.kpis"
34
35service:
36 type: ClusterIP
37 port: 8080