Skip to content

Commit ffb22da

Browse files
authored
chore: add new client (#24688)
.
2 parents 806a4ab + 3a24d79 commit ffb22da

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

spartan/terraform/deploy-rpc/environments/mainnet/main.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ module "environment" {
112112
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client5"
113113
rate_limit_minute = 0
114114
}
115+
client6 = {
116+
username = "mainnet-rpc-consumer-client6"
117+
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client6"
118+
rate_limit_minute = 0
119+
}
120+
client7 = {
121+
username = "mainnet-rpc-consumer-client7"
122+
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client7"
123+
rate_limit_minute = 0
124+
}
115125
}
116126

117127
IRM_METRICS_ENABLED = true

spartan/terraform/deploy-rpc/environments/mainnet/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ variable "K8S_CLUSTER_CONTEXT" {
1919
variable "V4_AZTEC_DOCKER_IMAGE" {
2020
description = "Aztec Docker image to deploy for the v4 RPC."
2121
type = string
22-
default = "4.4.0"
22+
default = "aztecprotocol/aztec:4.4.0"
2323
}
2424

2525
variable "CANONICAL_AZTEC_DOCKER_IMAGE" {
2626
description = "Aztec Docker image to deploy for the canonical RPC once that route is enabled."
2727
type = string
28-
default = "5.0.0"
28+
default = "aztecprotocol/aztec:5.0.0"
2929
}

0 commit comments

Comments
 (0)