Skip to content

Commit a84e20a

Browse files
author
devops-wien-user
committed
EXO-6: [NEW] update variables.tf - set requests_cpu to 250
1 parent 1e6454d commit a84e20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "image" {
1919
}
2020

2121
variable "requests_cpu" {
22-
default = "300m"
22+
default = "250m"
2323
}
2424
variable "requests_memory" {
2525
default = "64Mi"

0 commit comments

Comments
 (0)