blob: 32a683fe4f5ca1a4956b3eee95211ce9633aa18f [file] [log] [blame]
Matteo Scandolo62476552018-04-12 11:05:59 -07001---
Matteo Scandolo62476552018-04-12 11:05:59 -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
Daniele Moroaedb8fd2020-02-06 09:48:49 -080016# Default values for vrouter.
Matteo Scandolo62476552018-04-12 11:05:59 -070017# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
Matteo Scandolo62476552018-04-12 11:05:59 -070022nameOverride: ""
23fullnameOverride: ""
24
Zack Williams3432b942018-04-24 17:46:41 -070025
Zack Williamsd9d6b352018-10-05 07:53:30 -070026image:
27 repository: 'xosproject/vrouter-synchronizer'
28 tag: '{{ .Chart.AppVersion }}'
29 pullPolicy: 'Always'
30
31global:
32 registry: ''
Zack Williams3432b942018-04-24 17:46:41 -070033
34xosAdminUser: "admin@opencord.org"
35xosAdminPassword: "letmein"
Daniele Moroaedb8fd2020-02-06 09:48:49 -080036xosCoreService: "xos-core:50051"
37
38kafkaService: "cord-kafka"
Matteo Scandolo62476552018-04-12 11:05:59 -070039
40resources: {}
41
42nodeSelector: {}
43
44tolerations: []
45
46affinity: {}