Skip to content

Commit 81907c9

Browse files
committed
chore: prover node rpc
1 parent 6559d65 commit 81907c9

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
@@ -399,6 +399,7 @@ locals {
399399
}
400400
node = {
401401
logLevel = var.LOG_LEVEL
402+
disableAdminApiKey = true
402403
}
403404
}
404405
broker = {

0 commit comments

Comments
 (0)