Skip to content

Commit

Permalink
Merge pull request #126 from gonzalezzfelipe/patch-1
Browse files Browse the repository at this point in the history
chore: Update operator memory
  • Loading branch information
scarmuega authored Dec 3, 2024
2 parents deff7c7 + 2ef894e commit b34d152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbook/doom-dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ module "stage2" {
resources = {
requests = {
cpu = "500m"
memory = "2Gi"
memory = "4Gi"
}
limits = {
cpu = "2"
memory = "2Gi"
memory = "4Gi"
}
}
}

0 comments on commit b34d152

Please sign in to comment.