blob: 49d5af5b06e9ca60c9e54b577cc50d7d5b8147df [file] [log] [blame]
zhubingbingb4b753a2018-04-13 02:47:22 +00001---
zhubingbingb4b753a2018-04-13 02:47:22 +00002# 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
Zack Williams3432b942018-04-24 17:46:41 -070016# Default values for TTN
zhubingbingb4b753a2018-04-13 02:47:22 +000017# This is a YAML-formatted file.
18# Declare variables to be passed into your templates.
19
20replicaCount: 1
21
zhubingbingb4b753a2018-04-13 02:47:22 +000022nameOverride: ""
23fullnameOverride: ""
24
Matteo Scandoloe2965c92018-05-08 13:22:20 -070025imagePullPolicy: 'Always'
Zack Williams3432b942018-04-24 17:46:41 -070026
27vtn_synchronizerImage: "xosproject/vtn-synchronizer:master"
28
29xosAdminUser: "admin@opencord.org"
30xosAdminPassword: "letmein"
zhubingbingb4b753a2018-04-13 02:47:22 +000031
Andy Bavier6e6191a2018-05-22 14:53:10 -070032sshUser: "root"
33sshPort: 22
34
zhubingbingb4b753a2018-04-13 02:47:22 +000035resources: {}
36
37nodeSelector: {}
38
39tolerations: []
40
41affinity: {}