blob: 2fb3a649bd0a6e07b6cb246c53c7537907a224d9 [file] [log] [blame]
# Copyright 2021-present Open Networking Foundation
# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
image:
repository: registry.aetherproject.org/tost/dbuf
pullPolicy: Always
tag: "latest"
credentials:
registry: "registry.aetherproject.org"
username: "aether_jenkins"
password: "9zySeOpTL"
extraParams:
- '"-max_queues=1024"'
replicaCount: 1
sriovNICSize: 1
sriovResourceName: intel_sriov_netdevice
# Change both in the same time
multusNetworkName: dbuf-sriov
podAnnotations:
k8s.v1.cni.cncf.io/networks: dbuf-sriov
podSecurityContext: {}
resources:
requests:
intel.com/intel_sriov_netdevice: "1"
limits:
intel.com/intel_sriov_netdevice: "1"
nodeSelector: {}
tolerations: []
affinity: {}
service:
stats:
port: 8080
protocol: TCP
grpc:
port: 10000
protocol: TCP
# two options for ipam, dhcp or host-local
# static is for host-local ipam
network:
# ipam: dhcp
ipam: host-local
static:
subnets: "10.56.217.0/24"
gateway: "10.56.217.1"