Skip to content

Commit

Permalink
Merge branch 'serhii/release-1.0' of github.com:sig-net/mpc into serh…
Browse files Browse the repository at this point in the history
…ii/release-1.0
  • Loading branch information
volovyks committed Jan 29, 2025
2 parents 9f27ff6 + 0bf3d0e commit b6f053a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions infra/partner-mainnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ module "ig_template" {
scopes = ["cloud-platform"]
}
name_prefix = "multichain-partner-mainnet-${count.index}"
machine_type = "n2d-standard-2"
machine_type = "n2d-standard-4"

startup_script = "docker rm watchtower ; docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --debug --interval 30"

source_image = var.source_image
metadata = merge(var.additional_metadata, { "gce-container-declaration" = module.gce-container["${count.index}"].metadata_value })
Expand Down
2 changes: 1 addition & 1 deletion infra/partner-mainnet/terraform-mainnet-example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ network = "default"
subnetwork = "default"
image = "europe-west1-docker.pkg.dev/near-cs-mainnet/multichain-public/multichain-mainnet:latest"
region = "europe-west1"
zone = "europe-west1-b"
zone = "europe-west1-b" # Feel free to choose other zones in the region for HA purposes between nodes
# These will be specific to your node
node_configs = [
{
Expand Down

0 comments on commit b6f053a

Please sign in to comment.