From c8b0d1496670eeb7a5ddf53f66cd26da11398a38 Mon Sep 17 00:00:00 2001 From: Kyle Pettigrew Date: Wed, 29 Jan 2025 10:12:16 +1000 Subject: [PATCH] validator memory to 6gi --- infra/aws-impl/main.tf | 2 +- .../inferno/templates/deployments/validator-api.deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/aws-impl/main.tf b/infra/aws-impl/main.tf index dcb30bc..d243ec8 100644 --- a/infra/aws-impl/main.tf +++ b/infra/aws-impl/main.tf @@ -64,7 +64,7 @@ resource "helm_release" "inferno" { set { name = "nginx.example" - value = "1234" + value = "12345" } set { diff --git a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml index 8b96656..61d38ca 100644 --- a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml +++ b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml @@ -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