blob: 433cc4e97b5e5c31b8b1c48481309b19c745a47d [file] [log] [blame]
Andy Bavierd8070262018-03-12 10:12:43 -07001---
Andy Bavierd8070262018-03-12 10:12:43 -07002# 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
20replicaCount: 1
21
Zack Williams9963fe52018-04-03 08:40:26 -070022nameOverride: ""
23fullnameOverride: ""
24
Zack Williamsd9d6b352018-10-05 07:53:30 -070025image:
26 repository: 'xosproject/onos-synchronizer'
27 tag: '{{ .Chart.AppVersion }}'
28 pullPolicy: 'Always'
Zack Williams3432b942018-04-24 17:46:41 -070029
Zack Williamsd9d6b352018-10-05 07:53:30 -070030global:
31 registry: ""
Zack Williams3432b942018-04-24 17:46:41 -070032
33xosAdminUser: "admin@opencord.org"
34xosAdminPassword: "letmein"
Matteo Scandoloa6aecf62018-12-17 13:32:15 -080035xosCoreService: "xos-core:50051"
Andy Bavierd8070262018-03-12 10:12:43 -070036
Scott Baker0e8267d2018-08-15 11:54:14 -070037kafkaService: "cord-kafka"
38
Andy Bavier963ad822018-06-08 14:53:30 -070039cordConfigAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/cord-config/1.4.0/cord-config-1.4.0.oar"
40vtnAppURL: "https://oss.sonatype.org/service/local/repositories/releases/content/org/opencord/vtn/1.6.0/vtn-1.6.0.oar"
Andy Bavieraaecf6e2018-05-24 15:32:17 -070041
Andy Bavierebfcfeb2018-07-13 13:04:13 -070042onosCordRestService: "onos-cord-ui.default.svc.cluster.local"
Andy Bavierebfcfeb2018-07-13 13:04:13 -070043
Andy Bavierd8070262018-03-12 10:12:43 -070044resources: {}
45
46nodeSelector: {}
47
48tolerations: []
49
50affinity: {}