blob: 9e319723c1b90593b20dae21a4301bebf39c460c [file] [log] [blame]
Zack Williams1849e612018-10-05 15:26:44 -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
19# -id option
20olt_id: 0
21
22# -H option, port number portion
23olt_tcp_port: 50060
24
25# -i option
26pon_ports: 1
27
28# -n option
29onus_per_pon_port: 1
30
31# -m option
32emulation_mode: 'both'
33
34image:
35 repository: 'voltha/voltha-bbsim'
36 tag: '{{ .Chart.AppVersion }}'
37 pullPolicy: 'IfNotPresent'
38
39global:
40 registry: ''
41
42namespace: voltha
43serviceAccountName: default
44
45nameOverride: ""
46fullnameOverride: ""
47
48replicaCount: 1
49
50resources: {}
51
52nodeSelector: {}
53
54tolerations: []
55
56affinity: {}