blob: 792f9705dd885c45a45e7cab83679e747f7e7715 [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
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -08006 pullPolicy: Always
pudelkoM3f0efb12021-01-12 13:55:48 -08007 tag: "latest"
Hung-Wei Chiu2e312c92021-02-09 15:51:17 -08008 credentials: {}
9 # If specified, use this credential to access the image
10 # registry:
11 # username:
12 # password:
pudelkoM3f0efb12021-01-12 13:55:48 -080013
14extraParams:
15 - '"-max_queues=1024"'
16
pudelkoM3f0efb12021-01-12 13:55:48 -080017replicaCount: 1
18sriovNICSize: 1
19sriovResourceName: intel_sriov_netdevice
20
21# Change both in the same time
22multusNetworkName: dbuf-sriov
23podAnnotations:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080024 k8s.v1.cni.cncf.io/networks: dbuf-sriov
pudelkoM3f0efb12021-01-12 13:55:48 -080025
pudelkoM3f0efb12021-01-12 13:55:48 -080026podSecurityContext: {}
27resources:
28 requests:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080029 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080030 limits:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080031 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080032
33nodeSelector: {}
34
35tolerations: []
36
37affinity: {}
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080038
39service:
40 stats:
41 port: 8080
42 protocol: TCP
43 grpc:
44 port: 10000
45 protocol: TCP
46
47# two options for ipam, dhcp or host-local
48# static is for host-local ipam
49network:
50 # ipam: dhcp
51 ipam: host-local
52 static:
53 subnets: "10.56.217.0/24"
54 gateway: "10.56.217.1"