We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac5201 commit 04a4295Copy full SHA for 04a4295
variables.tf
@@ -71,7 +71,7 @@ variable "pod_service_account" {
71
72
variable "pod_cpu_request" {
73
type = string
74
- default = "100m"
+ default = "200m"
75
description = "The amount of CPU units to request for the Lacework datacollector pod"
76
}
77
@@ -83,13 +83,13 @@ variable "pod_mem_request" {
83
84
variable "pod_cpu_limit" {
85
86
- default = "1"
+ default = "500m"
87
description = "The limit of CPU units for the Lacework datacollector pod"
88
89
90
variable "pod_mem_limit" {
91
92
- default = "1024Mi"
+ default = "1450Mi"
93
description = "The limit of Memory for the Lacework datacollector pod"
94
95
0 commit comments