aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/helm/qat-device-plugin/values.yaml
blob: 459c36b1118b30a6547b87a112febff12d667a08 (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
config:
  name: intel-qat-plugin-config

  # logLevel sets the plugin's log level.
  logLevel: 4

imagePullSecrets: []

image:
  repository: integratedcloudnative/intel-qat-plugin
  # Overrides the image tag whose default is the chart appVersion.
  tag: ""

nodeSelector:
  feature.node.kubernetes.io/iommu-enabled: "true"
  feature.node.kubernetes.io/custom-qat: "true"

securityContext:
  readOnlyRootFilesystem: true
  privileged: true

resources: {}

affinity: {}

tolerations: {}

qatDriver:
  image:
    repository: integratedcloudnative/qat-driver-installer
    pullPolicy: IfNotPresent
    tag: latest
  imagePullSecrets: []

  podSecurityContext: {}
    # fsGroup: 2000

  securityContext:
    privileged: true

  nodeSelector:
    feature.node.kubernetes.io/iommu-enabled: "true"
    feature.node.kubernetes.io/custom-qat: "true"

  resources: {}

  affinity: {}

  tolerations: {}