Skip to content

Commit 9b8036c

Browse files
authored
Merge pull request #3 from shutter-network/shutter-version-update
updated ports wrt shutter v1.3.1
2 parents a24462f + 3cfcffb commit 9b8036c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

metrics/config/chiado/vmagent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44
scrape_configs:
55
- job_name: 'keyper'
66
static_configs:
7-
- targets: ["shutter.shutter-api-%{NETWORK}.dappnode:9200"]
7+
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
88
labels:
99
instance: "kpr-%{KEYPER_NAME}"
1010
deployment: "%{_ASSETS_VERSION}"
@@ -13,7 +13,7 @@ scrape_configs:
1313
- job_name: 'shuttermint'
1414
metrics_path: /
1515
static_configs:
16-
- targets: ["shutter.shutter-api-%{NETWORK}.dappnode:9200"]
16+
- targets: ["shutter.shutter-api-chiado.dappnode:9200"]
1717
labels:
1818
instance: "kpr-%{KEYPER_NAME}"
1919
deployment: "%{_ASSETS_VERSION}"

metrics/config/gnosis/vmagent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ global:
44
scrape_configs:
55
- job_name: 'keyper'
66
static_configs:
7-
- targets: ["shutter.shutter-api-%{NETWORK}.dappnode:9200"]
7+
- targets: ["shutter.shutter-api-gnosis.dappnode:9200"]
88
labels:
99
instance: "kpr-%{KEYPER_NAME}"
1010
deployment: "%{_ASSETS_VERSION}"
@@ -13,7 +13,7 @@ scrape_configs:
1313
- job_name: 'shuttermint'
1414
metrics_path: /
1515
static_configs:
16-
- targets: ["shutter.shutter-api-%{NETWORK}.dappnode:9200"]
16+
- targets: ["shutter.shutter-api-gnosis.dappnode:9200"]
1717
labels:
1818
instance: "kpr-%{KEYPER_NAME}"
1919
deployment: "%{_ASSETS_VERSION}"

package_variants/chiado/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ services:
99
ASSETS_VERSION: shutter-api-chiado-102000-v0.0.0
1010
ports:
1111
- "24003:24003"
12-
- "27656:26656"
13-
- "27660:26660"
14-
- "9200:9100"
12+
- "27656:27656"
13+
- "27660:27660"
14+
- "9200:9200"
1515

1616
metrics:
1717
build:

package_variants/gnosis/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ services:
99
ASSETS_VERSION: shutter-api-gnosis-1000-v0.0.0
1010
ports:
1111
- "24003:24003"
12-
- "27656:26656"
13-
- "27660:26660"
14-
- "9200:9100"
12+
- "27656:27656"
13+
- "27660:27660"
14+
- "9200:9200"
1515

1616
metrics:
1717
build:

0 commit comments

Comments
 (0)