Skip to content

Commit a22378e

Browse files
committed
chore: prover node rpc
1 parent f134965 commit a22378e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • spartan/terraform/deploy-aztec-infra

spartan/terraform/deploy-aztec-infra/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ locals {
153153
"prover-node-rpc" = {
154154
hosts = var.PROVER_NODE_RPC_GATEWAY_HOSTS
155155
route_namespace = var.NAMESPACE
156-
upstream_service_name = "${var.RELEASE_PREFIX}-prover-node"
157-
upstream_service_port = 8080
156+
upstream_service_name = "${var.RELEASE_PREFIX}-prover-node-admin"
157+
upstream_service_port = 8880
158158
auth_mode = "keyed_only"
159159
anonymous_rate_limit_minute = 0
160160
path = var.PROVER_NODE_RPC_GATEWAY_PATH
@@ -402,6 +402,7 @@ locals {
402402
}
403403
node = {
404404
logLevel = var.LOG_LEVEL
405+
disableAdminApiKey = true
405406
}
406407
}
407408
broker = {

0 commit comments

Comments
 (0)