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