blob: 4764a629bc8e6df5ab11f0d8a082ebb3f00f54a9 [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:
19 repository: registry.hub.docker.com/opencord/ves-agent
20 tag: latest
21 pullPolicy: Always
22
23co_id: test_co
24pod_id: test_pod
25
26onap:
27 ves_address: "onap"
28 ves_port: 30235
29
30kafka:
31 address: "cord-kafka"
32 port: "9092"
33 alarms_topic: "kafka.alarms"
34 kpis_topic: "kafka.kpis"
35
36service:
37 type: ClusterIP
38 port: 8080