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: |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 19 | repository: 'opencord/ves-agent' |
| 20 | tag: '{{ .Chart.AppVersion }}' |
| 21 | pullPolicy: 'Always' |
| 22 | |
| 23 | global: |
| 24 | registry: '' |
William Kurkian | 382dc5c | 2018-09-11 15:59:06 -0400 | [diff] [blame] | 25 | |
| 26 | co_id: test_co |
| 27 | pod_id: test_pod |
| 28 | |
| 29 | onap: |
| 30 | ves_address: "onap" |
| 31 | ves_port: 30235 |
| 32 | |
| 33 | kafka: |
| 34 | address: "cord-kafka" |
| 35 | port: "9092" |
William Kurkian | 7430b4a | 2018-10-10 14:48:32 -0400 | [diff] [blame] | 36 | alarms_topic: "voltha.alarms" |
| 37 | kpis_topic: "voltha.kpis" |
William Kurkian | 382dc5c | 2018-09-11 15:59:06 -0400 | [diff] [blame] | 38 | |
| 39 | service: |
| 40 | type: ClusterIP |
| 41 | port: 8080 |