Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 1 | --- |
Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -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 | # Values file for deploying SEBA with Ponsim |
Andy Bavier | f38f52f | 2018-10-11 13:20:48 -0700 | [diff] [blame] | 17 | # Use this file to deploy the service versions speecified in the Helm charts. |
Andy Bavier | 7a08049 | 2018-08-30 14:26:09 -0700 | [diff] [blame] | 18 | |
Zack Williams | 2749ae5 | 2018-09-28 09:43:43 -0700 | [diff] [blame] | 19 | # voltha |
Andy Bavier | 58c4e8a | 2018-11-19 09:53:08 -0700 | [diff] [blame] | 20 | etcd-cluster: |
| 21 | clusterSize: 1 |
Andy Bavier | 859d282 | 2018-09-25 10:08:38 -0700 | [diff] [blame] | 22 | |
Matteo Scandolo | a7286fd | 2018-12-18 15:16:48 -0800 | [diff] [blame] | 23 | # in workflow/att-workflow service chart |
| 24 | att-workflow-driver: |
| 25 | # this is mandatory, it's needed to correctly configure the kafka endpoint |
| 26 | kafkaService: cord-kafka |