blob: 2fb3a649bd0a6e07b6cb246c53c7537907a224d9 [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 Chiu9de579b2021-02-03 12:39:22 -08008 credentials:
9 registry: "registry.aetherproject.org"
10 username: "aether_jenkins"
11 password: "9zySeOpTL"
pudelkoM3f0efb12021-01-12 13:55:48 -080012
13extraParams:
14 - '"-max_queues=1024"'
15
pudelkoM3f0efb12021-01-12 13:55:48 -080016replicaCount: 1
17sriovNICSize: 1
18sriovResourceName: intel_sriov_netdevice
19
20# Change both in the same time
21multusNetworkName: dbuf-sriov
22podAnnotations:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080023 k8s.v1.cni.cncf.io/networks: dbuf-sriov
pudelkoM3f0efb12021-01-12 13:55:48 -080024
pudelkoM3f0efb12021-01-12 13:55:48 -080025podSecurityContext: {}
26resources:
27 requests:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080028 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080029 limits:
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080030 intel.com/intel_sriov_netdevice: "1"
pudelkoM3f0efb12021-01-12 13:55:48 -080031
32nodeSelector: {}
33
34tolerations: []
35
36affinity: {}
Hung-Wei Chiu9de579b2021-02-03 12:39:22 -080037
38service:
39 stats:
40 port: 8080
41 protocol: TCP
42 grpc:
43 port: 10000
44 protocol: TCP
45
46# two options for ipam, dhcp or host-local
47# static is for host-local ipam
48network:
49 # ipam: dhcp
50 ipam: host-local
51 static:
52 subnets: "10.56.217.0/24"
53 gateway: "10.56.217.1"