blob: 9d37587c0f9083a41254f7f78c6af7b70e0284c0 [file] [log] [blame]
Matteo Scandolo4747d292019-08-05 11:50:18 -07001# Copyright 2018-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# bbsim values
16
17# CLI switches passed to bbsim
18
19olt_id: 0
20nni: 1
21pon: 1
22onu: 1
23
24# TODO read this value in the config
25olt_tcp_port: 50060
26
27images:
28 bbsim:
29 repository: 'voltha/bbsim'
30 tag: '{{ .Chart.AppVersion }}'
31 pullPolicy: 'Always'
32
33global:
34 registry: ''
35
36namespace: voltha
37serviceAccountName: default
38
39nameOverride: ""
40fullnameOverride: ""
41
42replicaCount: 1
43
44resources: {}
45
46nodeSelector: {}
47
48tolerations: []
49
50affinity: {}