Andy Bavier | c3912a7 | 2018-03-09 14:40:50 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | c3912a7 | 2018-03-09 14:40:50 -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 exampleservice. |
| 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 | |
Matteo Scandolo | e2965c9 | 2018-05-08 13:22:20 -0700 | [diff] [blame] | 25 | imagePullPolicy: 'Always' |
Zack Williams | 3432b94 | 2018-04-24 17:46:41 -0700 | [diff] [blame] | 26 | |
Zack Williams | 0e094e8 | 2018-07-06 12:38:51 -0700 | [diff] [blame] | 27 | exampleservice_synchronizerImage: "xosproject/exampleservice-synchronizer:{{ .Chart.Version }}" |
Zack Williams | 3432b94 | 2018-04-24 17:46:41 -0700 | [diff] [blame] | 28 | |
| 29 | xosAdminUser: "admin@opencord.org" |
| 30 | xosAdminPassword: "letmein" |
Andy Bavier | c3912a7 | 2018-03-09 14:40:50 -0700 | [diff] [blame] | 31 | |
Scott Baker | 6a4fd49 | 2018-06-19 08:12:42 -0700 | [diff] [blame] | 32 | cordSiteName: "mysite" |
| 33 | |
Andy Bavier | c3912a7 | 2018-03-09 14:40:50 -0700 | [diff] [blame] | 34 | resources: {} |
| 35 | |
| 36 | nodeSelector: {} |
| 37 | |
| 38 | tolerations: [] |
| 39 | |
| 40 | affinity: {} |
Scott Baker | 6a4fd49 | 2018-06-19 08:12:42 -0700 | [diff] [blame] | 41 | |
| 42 | publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDL5L5vDsQ1bmSeisxMf/GZEqv85oHHu6RFE17VYoTAuBBsHQnETOccbQT85qSBy5NAMAICtOd15iXYfmul0eFeSHoQr1H3IAXT0if6ANxXOm8/Z2rlRNthOEgsjDQU9foNxQ4wksygy5epKmbEhMqbFZjuj4zYfStPzE/gkFSE9QjhKMWaJmyLFfq9f8DnC+TTE41K5iGbtramr7qHSWsKKy75XV6MZZLLFExrQqlYDlLA2V0aYezCql3fB96KJmf6GJRT3j3Y7oWaj7gEzMCycA2QgP8ZNFL/2Q1qgvQRc6I46/HUiOh3IT8LVDdo2ZUn9qrNameQ1zR7a+wBvYIV Insecure M-CORD keypair" |
| 43 | privateKeyFile: "files/id_rsa" |
| 44 | |
| 45 | # These variables can be overridden by the profile chart |
| 46 | global: |
| 47 | proxySshEnabled: true |
| 48 | proxySshUser: "root" |