aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/app-deployment/helm/charts/proxchart/values.yaml
blob: 405e4c25dee496858bf2f702ab8ec23922c75c6f (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