File tree 7 files changed +49
-0
lines changed
7 files changed +49
-0
lines changed Original file line number Diff line number Diff line change 32
32
readOnlyRootFilesystem : true
33
33
allowPrivilegeEscalation : false
34
34
terminationMessagePath : /tmp/termination-log
35
+ resources :
36
+ requests :
37
+ memory : " 15Mi"
38
+ cpu : 40m
39
+ limits :
40
+ memory : " 30Mi"
41
+ cpu : 40m
35
42
volumeMounts :
36
43
- name : devfs
37
44
mountPath : /dev
Original file line number Diff line number Diff line change 33
33
type : " container_device_plugin_t"
34
34
readOnlyRootFilesystem : true
35
35
allowPrivilegeEscalation : false
36
+ resources :
37
+ requests :
38
+ memory : " 25Mi"
39
+ cpu : 40m
40
+ limits :
41
+ memory : " 50Mi"
42
+ cpu : 50m
36
43
volumeMounts :
37
44
- name : devfs
38
45
mountPath : /dev/dsa
Original file line number Diff line number Diff line change 44
44
securityContext :
45
45
readOnlyRootFilesystem : true
46
46
allowPrivilegeEscalation : false
47
+ resources :
48
+ requests :
49
+ memory : " 30Mi"
50
+ cpu : 40m
51
+ limits :
52
+ memory : " 60Mi"
53
+ cpu : 80m
47
54
volumeMounts :
48
55
- name : devfs
49
56
mountPath : /dev
Original file line number Diff line number Diff line change 36
36
type : " container_device_plugin_t"
37
37
readOnlyRootFilesystem : true
38
38
allowPrivilegeEscalation : false
39
+ resources :
40
+ requests :
41
+ memory : " 45Mi"
42
+ cpu : 40m
43
+ limits :
44
+ memory : " 90Mi"
45
+ cpu : 50m
39
46
volumeMounts :
40
47
- name : devfs
41
48
mountPath : /dev/dri
Original file line number Diff line number Diff line change 33
33
type : " container_device_plugin_t"
34
34
readOnlyRootFilesystem : true
35
35
allowPrivilegeEscalation : false
36
+ resources :
37
+ requests :
38
+ memory : " 25Mi"
39
+ cpu : 40m
40
+ limits :
41
+ memory : " 50Mi"
42
+ cpu : 60m
36
43
volumeMounts :
37
44
- name : devfs
38
45
mountPath : /dev/iax
Original file line number Diff line number Diff line change 37
37
readOnlyRootFilesystem : true
38
38
allowPrivilegeEscalation : false
39
39
imagePullPolicy : IfNotPresent
40
+ resources :
41
+ requests :
42
+ memory : " 15Mi"
43
+ cpu : 40m
44
+ limits :
45
+ memory : " 30Mi"
46
+ cpu : 70m
40
47
volumeMounts :
41
48
- name : devdir
42
49
mountPath : /dev/vfio
Original file line number Diff line number Diff line change 28
28
readOnlyRootFilesystem : true
29
29
allowPrivilegeEscalation : false
30
30
imagePullPolicy : IfNotPresent
31
+ resources :
32
+ requests :
33
+ memory : " 15Mi"
34
+ cpu : 40m
35
+ limits :
36
+ memory : " 30Mi"
37
+ cpu : 40m
31
38
volumeMounts :
32
39
- name : kubeletsockets
33
40
mountPath : /var/lib/kubelet/device-plugins
You can’t perform that action at this time.
0 commit comments