Skip to content

Commit

Permalink
deploy b88ff
Browse files Browse the repository at this point in the history
  • Loading branch information
Atralupus committed Dec 17, 2024
1 parent dd65dd3 commit 47a0ee7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions dx/mimir-main-cluster/mimir-worker.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module "mimir_worker_odin_diff_ec2" {
poller_type = "DiffPoller"
short_poller_type = "diff"
headless_endpoints = [
"http://odin-rpc-1.nine-chronicles.com/graphql",
"http://odin-rpc-2.nine-chronicles.com/graphql"
"http://odin-rpc.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand All @@ -41,8 +40,7 @@ module "mimir_worker_odin_action_ec2" {
poller_type = "TxPoller"
short_poller_type = "tx"
headless_endpoints = [
"http://odin-rpc-1.nine-chronicles.com/graphql",
"http://odin-rpc-2.nine-chronicles.com/graphql"
"http://odin-rpc.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand All @@ -66,8 +64,7 @@ module "mimir_worker_heimdall_diff_ec2" {
poller_type = "DiffPoller"
short_poller_type = "diff"
headless_endpoints = [
"http://heimdall-rpc-1.nine-chronicles.com/graphql",
"http://heimdall-rpc-2.nine-chronicles.com/graphql"
"http://heimdall-rpc.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand All @@ -91,8 +88,7 @@ module "mimir_worker_heimdall_action_ec2" {
poller_type = "TxPoller"
short_poller_type = "tx"
headless_endpoints = [
"http://heimdall-rpc-1.nine-chronicles.com/graphql",
"http://heimdall-rpc-2.nine-chronicles.com/graphql"
"http://heimdall-rpc.nine-chronicles.com/graphql"
]
repository_credentials = var.repository_credentials
use_sentry = true
Expand Down
4 changes: 2 additions & 2 deletions dx/mimir-main-cluster/terraform.public.auto.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cluster_name = "mimir-main"
region = "us-east-2"
environment = "prod"
mimir_image = "git-d16c830a5695e18ead0424e07c0f1ce383bb23ad"
mimir_worker_image = "git-6c86af48867ab5a09b47052a4d0c4bfeaae8ccb0"
mimir_image = "git-b88ff10b9f1b586970502f02b2339f50c5bb89ac"
mimir_worker_image = "git-b88ff10b9f1b586970502f02b2339f50c5bb89ac"
vpc_cidr_block = "10.0.0.0/16"
create_route_tables = true

0 comments on commit 47a0ee7

Please sign in to comment.