Skip to content

Commit 3937645

Browse files
committed
Use ardrive turbo bundler in stage & live job specs
1 parent 957f3da commit 3937645

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

operations/staking-rewards-controller-live.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ job "staking-rewards-controller-live" {
5151
CONSUL_HOST="${NOMAD_IP_http}"
5252
CONSUL_PORT="8500"
5353
CONSUL_SERVICE_NAME="staking-rewards-controller-live"
54-
BUNDLER_GATEWAY="https://ar.anyone.tech"
54+
# BUNDLER_GATEWAY="https://ar.anyone.tech"
55+
BUNDLER_GATEWAY="https://upload.ardrive.io"
5556
BUNDLER_NODE="https://ar.anyone.tech/bundler"
5657
}
5758

operations/staking-rewards-controller-stage.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ job "staking-rewards-controller-stage" {
5050
CONSUL_HOST="${NOMAD_IP_http}"
5151
CONSUL_PORT="8500"
5252
CONSUL_SERVICE_NAME="staking-rewards-controller-stage"
53-
BUNDLER_GATEWAY="https://ar.anyone.tech"
53+
# BUNDLER_GATEWAY="https://ar.anyone.tech"
54+
BUNDLER_GATEWAY="https://upload.ardrive.io"
5455
BUNDLER_NODE="https://ar.anyone.tech/bundler"
5556
}
5657

0 commit comments

Comments
 (0)