blob: 946d3f43d956a6e19173c951e23b89eb24a9cbb4 [file] [log] [blame]
pudelkoM3f0efb12021-01-12 13:55:48 -08001# Copyright 2021-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
3
4image:
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
14extraParams:
15 - '"-max_queues=1024"'
16
17
18replicaCount: 1
19sriovNICSize: 1
20sriovResourceName: intel_sriov_netdevice
21
22# Change both in the same time
23multusNetworkName: dbuf-sriov
24podAnnotations:
25 k8s.v1.cni.cncf.io/networks: dbuf-sriov
26
27imagePullSecrets: []
28podSecurityContext: {}
29resources:
30 requests:
31 intel.com/intel_sriov_netdevice: '1'
32 limits:
33 intel.com/intel_sriov_netdevice: '1'
34
35nodeSelector: {}
36
37tolerations: []
38
39affinity: {}