aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/app-deployment/helm/charts/testpmdchart/values.yaml
blob: af6be613692c76bdffdb7a392173604f2aeccda5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# daemonset, deployment
kind: Deployment

# Nodes to deploy on
nodeSelector:
  # matchLables:
  #   key1: value1
  #   key2: value2

# multus
metacniType: multus
extraInterfaces:
  net-attach-def1
  net-attach-def2

replicas: 1

service:
  type: NodePort
  port: 8081