This website works better with JavaScript.
Home
Explore
Help
Sign In
fxinnovation-public
/
terraform-module-kubernetes-cloudwatch-exporter
Watch
42
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
7
Activity
Browse Source
fix: Change resources of cloudwatch exporter
This should improve performance of the exporter and allow it to work better in general.
tags/0.3.2
Christophe van de Kerchove
3 months ago
parent
2f3d60da75
commit
3dd06593e7
Signed by:
christophe.vkerchove
<christophe.vkerchove@fxinnovation.com>
GPG Key ID:
0A0AD982455B0314
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
main.tf
+ 4
- 4
main.tf
View File
@@ -186,12 +186,12 @@ resource "kubernetes_deployment" "this" {
resources {
requests {
memory = "
128
Mi"
cpu = "
5
m"
memory = "
256
Mi"
cpu = "
300
m"
}
limits {
memory = "
256
Mi"
cpu = "50m"
memory = "
512
Mi"
cpu = "50
0
m"
}
}
Write
Preview
Loading…
Cancel
Save