pudelkoM | 3f0efb1 | 2021-01-12 13:55:48 -0800 | [diff] [blame] | 1 | # Copyright 2021-present Open Networking Foundation |
| 2 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 3 | |
| 4 | image: |
| 5 | repository: registry.aetherproject.org/tost/dbuf |
| 6 | pullPolicy: IfNotPresent |
| 7 | tag: "latest" |
| 8 | credentials: {} |
| 9 | # If specified, use this credential to access the image |
| 10 | # registry: |
| 11 | # username: |
| 12 | # password: |
| 13 | |
| 14 | extraParams: |
| 15 | - '"-max_queues=1024"' |
| 16 | |
| 17 | |
| 18 | replicaCount: 1 |
| 19 | sriovNICSize: 1 |
| 20 | sriovResourceName: intel_sriov_netdevice |
| 21 | |
| 22 | # Change both in the same time |
| 23 | multusNetworkName: dbuf-sriov |
| 24 | podAnnotations: |
| 25 | k8s.v1.cni.cncf.io/networks: dbuf-sriov |
| 26 | |
| 27 | imagePullSecrets: [] |
| 28 | podSecurityContext: {} |
| 29 | resources: |
| 30 | requests: |
| 31 | intel.com/intel_sriov_netdevice: '1' |
| 32 | limits: |
| 33 | intel.com/intel_sriov_netdevice: '1' |
| 34 | |
| 35 | nodeSelector: {} |
| 36 | |
| 37 | tolerations: [] |
| 38 | |
| 39 | affinity: {} |