Skip to content

Commit 179d0ed

Browse files
author
Andreas Mautsch
committed
changes
1 parent 69da916 commit 179d0ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

terraform/example/postgres.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ resource "helm_release" "postgresql" {
2323
value = false
2424
}
2525

26+
set {
27+
name = "primary.resources.limits.cpu"
28+
value = "2000m"
29+
}
30+
2631
}
2732

2833
# manually remove the pvc to avoid password problems

0 commit comments

Comments
 (0)