Skip to content

Commit 0edb78a

Browse files
committed
Fix bundler config in stage and live job specs
1 parent 3937645 commit 0edb78a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

operations/staking-rewards-controller-live.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ 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"
55-
BUNDLER_GATEWAY="https://upload.ardrive.io"
56-
BUNDLER_NODE="https://ar.anyone.tech/bundler"
54+
BUNDLER_GATEWAY="https://ar.anyone.tech"
55+
BUNDLER_NODE="https://upload.ardrive.io"
56+
# BUNDLER_NODE="https://ar.anyone.tech/bundler"
5757
}
5858

5959
vault {

operations/staking-rewards-controller-stage.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ 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"
54-
BUNDLER_GATEWAY="https://upload.ardrive.io"
55-
BUNDLER_NODE="https://ar.anyone.tech/bundler"
53+
BUNDLER_GATEWAY="https://ar.anyone.tech"
54+
BUNDLER_NODE="https://upload.ardrive.io"
55+
# BUNDLER_NODE="https://ar.anyone.tech/bundler"
5656
}
5757

5858
vault {

0 commit comments

Comments
 (0)