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

# 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