aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/sriov-network-operator/values.yaml
blob: 59f257e445480ee685fedc5478ca8d3253d44209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# enableInjector controls whether the network resource injector
# webhook shall be deployed
enableInjector: false

# enableOperatorWebhook controls whether the operator admission
# controller webhook shall be deployed
enableOperatorWebhook: false

# logLevel controls the log verbose level of the operator. Set to '0'
# to show only the basic logs. And set to '2' to show all the
# available logs.
logLevel: 2

# resourcePrefix is the device plugin resource prefix.
resourcePrefix: "intel.com"

image:
  repository: integratedcloudnative/origin-sriov-network-operator
  # This should be set to 'IfNotPresent' for released version
  pullPolicy: IfNotPresent
  # tag, if defined will use the given image tag, else Chart.AppVersion will be used
  # tag
imagePullSecrets: []

serviceAccount:
  # Specifies whether a service account should be created
  create: true
  # Annotations to add to the service account
  annotations: {}
  # The name of the service account to use.
  # If not set and create is true, a name is generated using the fullname template
  name:

nameOverride: ""
fullnameOverride: ""

nodeSelector:
  node-role.kubernetes.io/master: ""

affinity: {}

tolerations:
- effect: NoSchedule
  key: node-role.kubernetes.io/master
  operator: Exists

cni:
  image:
    repository: integratedcloudnative/origin-sriov-cni
    # tag, if defined will use the given image tag, else Chart.AppVersion will be used

infinibandCni:
  image:
    repository: integratedcloudnative/origin-sriov-infiniband-cni
    # tag, if defined will use the given image tag, else Chart.AppVersion will be used

devicePlugin:
  image:
    repository: integratedcloudnative/origin-sriov-network-device-plugin
    # tag, if defined will use the given image tag, else Chart.AppVersion will be used

resourcesInjector:
  image:
    repository: integratedcloudnative/origin-sriov-dp-admission-controller
    # tag, if defined will use the given image tag, else Chart.AppVersion will be used

configDaemon:
  image:
    repository: integratedcloudnative/sriov-network-config-daemon
    # tag, if defined will use the given image tag, else Chart.AppVersion will be used

  nodeSelector:
    beta.kubernetes.io/os: "linux"

webhook:
  image:
    repository: integratedcloudnative/origin-sriov-network-webhook
    # tag, if defined will use the given image tag, else Chart.AppVersion will be used

iavfDriver:
  image:
    repository: integratedcloudnative/iavf-driver-installer
    pullPolicy: IfNotPresent
    tag: latest
  imagePullSecrets: []

  nodeSelector:
    feature.node.kubernetes.io/custom-iavf: "true"

  podSecurityContext: {}
    # fsGroup: 2000

  securityContext:
    privileged: true

  resources: {}

  affinity: {}

  tolerations: {}