59f257e445480ee685fedc5478ca8d3253d44209
[multicloud/k8s.git] / kud / deployment_infra / helm / sriov-network-operator / values.yaml
1 # enableInjector controls whether the network resource injector
2 # webhook shall be deployed
3 enableInjector: false
4
5 # enableOperatorWebhook controls whether the operator admission
6 # controller webhook shall be deployed
7 enableOperatorWebhook: false
8
9 # logLevel controls the log verbose level of the operator. Set to '0'
10 # to show only the basic logs. And set to '2' to show all the
11 # available logs.
12 logLevel: 2
13
14 # resourcePrefix is the device plugin resource prefix.
15 resourcePrefix: "intel.com"
16
17 image:
18   repository: integratedcloudnative/origin-sriov-network-operator
19   # This should be set to 'IfNotPresent' for released version
20   pullPolicy: IfNotPresent
21   # tag, if defined will use the given image tag, else Chart.AppVersion will be used
22   # tag
23 imagePullSecrets: []
24
25 serviceAccount:
26   # Specifies whether a service account should be created
27   create: true
28   # Annotations to add to the service account
29   annotations: {}
30   # The name of the service account to use.
31   # If not set and create is true, a name is generated using the fullname template
32   name:
33
34 nameOverride: ""
35 fullnameOverride: ""
36
37 nodeSelector:
38   node-role.kubernetes.io/master: ""
39
40 affinity: {}
41
42 tolerations:
43 - effect: NoSchedule
44   key: node-role.kubernetes.io/master
45   operator: Exists
46
47 cni:
48   image:
49     repository: integratedcloudnative/origin-sriov-cni
50     # tag, if defined will use the given image tag, else Chart.AppVersion will be used
51
52 infinibandCni:
53   image:
54     repository: integratedcloudnative/origin-sriov-infiniband-cni
55     # tag, if defined will use the given image tag, else Chart.AppVersion will be used
56
57 devicePlugin:
58   image:
59     repository: integratedcloudnative/origin-sriov-network-device-plugin
60     # tag, if defined will use the given image tag, else Chart.AppVersion will be used
61
62 resourcesInjector:
63   image:
64     repository: integratedcloudnative/origin-sriov-dp-admission-controller
65     # tag, if defined will use the given image tag, else Chart.AppVersion will be used
66
67 configDaemon:
68   image:
69     repository: integratedcloudnative/sriov-network-config-daemon
70     # tag, if defined will use the given image tag, else Chart.AppVersion will be used
71
72   nodeSelector:
73     beta.kubernetes.io/os: "linux"
74
75 webhook:
76   image:
77     repository: integratedcloudnative/origin-sriov-network-webhook
78     # tag, if defined will use the given image tag, else Chart.AppVersion will be used
79
80 iavfDriver:
81   image:
82     repository: integratedcloudnative/iavf-driver-installer
83     pullPolicy: IfNotPresent
84     tag: latest
85   imagePullSecrets: []
86
87   nodeSelector:
88     feature.node.kubernetes.io/custom-iavf: "true"
89
90   podSecurityContext: {}
91     # fsGroup: 2000
92
93   securityContext:
94     privileged: true
95
96   resources: {}
97
98   affinity: {}
99
100   tolerations: {}