Skip to content

Commit

Permalink
validator memory to 6gi
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jan 29, 2025
1 parent 5f59e72 commit c8b0d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/aws-impl/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "helm_release" "inferno" {

set {
name = "nginx.example"
value = "1234"
value = "12345"
}

set {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ spec:
memory: "512Mi" # Minimum memory required for scheduling
cpu: "250m" # Minimum CPU required for scheduling
limits:
memory: "1Gi" # Maximum memory usage allowed
memory: "6Gi" # Maximum memory usage allowed
cpu: "500m" # Maximum CPU usage allowed

0 comments on commit c8b0d14

Please sign in to comment.