9b14a7badcfd3734ff691dc461371de68158d731
[iec.git] / src / foundation / scripts / cni / multus / latest / configMap.yaml
1 # yamllint disable
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: sriovdp-config
6   namespace: kube-system
7 data:
8   config.json: |
9     {
10         "resourceList": [
11             {
12                 "resourceName": "82599_sriov_netdevice",
13                 "selectors": {
14                     "vendors": ["8086"],
15                     "devices": ["10ed"],
16                     "drivers": ["ixgbevf"],
17                     "pfNames": ["enp142s0f0"]
18                 }
19             }
20         ]
21     }