William Kurkian | 382dc5c | 2018-09-11 15:59:06 -0400 | [diff] [blame] | 1 | # 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 | |
| 15 | replicaCount: 1 |
| 16 | nameOverride: "" |
| 17 | |
| 18 | image: |
| 19 | repository: registry.hub.docker.com/opencord/ves-agent |
William Kurkian | 7430b4a | 2018-10-10 14:48:32 -0400 | [diff] [blame] | 20 | tag: 1.0.0 |
William Kurkian | 382dc5c | 2018-09-11 15:59:06 -0400 | [diff] [blame] | 21 | pullPolicy: Always |
| 22 | |
| 23 | co_id: test_co |
| 24 | pod_id: test_pod |
| 25 | |
| 26 | onap: |
| 27 | ves_address: "onap" |
| 28 | ves_port: 30235 |
| 29 | |
| 30 | kafka: |
| 31 | address: "cord-kafka" |
| 32 | port: "9092" |
William Kurkian | 7430b4a | 2018-10-10 14:48:32 -0400 | [diff] [blame] | 33 | alarms_topic: "voltha.alarms" |
| 34 | kpis_topic: "voltha.kpis" |
William Kurkian | 382dc5c | 2018-09-11 15:59:06 -0400 | [diff] [blame] | 35 | |
| 36 | service: |
| 37 | type: ClusterIP |
| 38 | port: 8080 |