Skip to content

Commit

Permalink
Merge pull request #897 from near/xiangyi/testnet_pagoda_node_interval
Browse files Browse the repository at this point in the history
pagoda testnet node update interval to 30s
  • Loading branch information
ppca authored Oct 16, 2024
2 parents fd6b4bd + 7e8333c commit 6557f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/multichain-testnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module "ig_template" {
source_image_project = "cos-cloud"
machine_type = "n2d-standard-2"

startup_script = "docker rm watchtower ; docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --debug --interval 3600"
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 = reverse(split("/", module.gce-container[count.index].source_image))[0]
metadata = merge(var.additional_metadata, { "gce-container-declaration" = module.gce-container["${count.index}"].metadata_value })
Expand Down

0 comments on commit 6557f01

Please sign in to comment.