Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 22, 2025
1 parent 863951b commit 0838c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ resource "helm_release" "prometheus" {

set {
name = "server.resources.requests.cpu"
value = "1m"
value = "100m"
}

set {
name = "server.resources.requests.memory"
value = "1Mi"
value = "128Mi"
}

set {
Expand Down

0 comments on commit 0838c53

Please sign in to comment.