Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 2 | # Copyright 2018-present Open Networking Foundation |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | |
| 16 | # Default values for onos-service. |
| 17 | # This is a YAML-formatted file. |
| 18 | # Declare variables to be passed into your templates. |
| 19 | |
| 20 | replicaCount: 1 |
| 21 | |
Zack Williams | 9963fe5 | 2018-04-03 08:40:26 -0700 | [diff] [blame] | 22 | nameOverride: "" |
| 23 | fullnameOverride: "" |
| 24 | |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 25 | image: |
| 26 | repository: 'xosproject/onos-synchronizer' |
| 27 | tag: '{{ .Chart.AppVersion }}' |
| 28 | pullPolicy: 'Always' |
Zack Williams | 3432b94 | 2018-04-24 17:46:41 -0700 | [diff] [blame] | 29 | |
Zack Williams | d9d6b35 | 2018-10-05 07:53:30 -0700 | [diff] [blame] | 30 | global: |
| 31 | registry: "" |
Zack Williams | 3432b94 | 2018-04-24 17:46:41 -0700 | [diff] [blame] | 32 | |
| 33 | xosAdminUser: "admin@opencord.org" |
| 34 | xosAdminPassword: "letmein" |
Matteo Scandolo | a6aecf6 | 2018-12-17 13:32:15 -0800 | [diff] [blame] | 35 | xosCoreService: "xos-core:50051" |
Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 36 | |
Scott Baker | 0e8267d | 2018-08-15 11:54:14 -0700 | [diff] [blame] | 37 | kafkaService: "cord-kafka" |
| 38 | |
Andy Bavier | 963ad82 | 2018-06-08 14:53:30 -0700 | [diff] [blame] | 39 | cordConfigAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/cord-config/1.4.0/cord-config-1.4.0.oar" |
| 40 | vtnAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/vtn/1.6.0/vtn-1.6.0.oar" |
Andy Bavier | aaecf6e | 2018-05-24 15:32:17 -0700 | [diff] [blame] | 41 | |
Andy Bavier | ebfcfeb | 2018-07-13 13:04:13 -0700 | [diff] [blame] | 42 | onosCordRestService: "onos-cord-ui.default.svc.cluster.local" |
Andy Bavier | d6b15f5 | 2018-07-26 07:59:11 -0700 | [diff] [blame] | 43 | kafkaService: "cord-kafka.default.svc.cluster.local:9092" |
Andy Bavier | ebfcfeb | 2018-07-13 13:04:13 -0700 | [diff] [blame] | 44 | |
Andy Bavier | d807026 | 2018-03-12 10:12:43 -0700 | [diff] [blame] | 45 | resources: {} |
| 46 | |
| 47 | nodeSelector: {} |
| 48 | |
| 49 | tolerations: [] |
| 50 | |
| 51 | affinity: {} |