Skip to content

Commit

Permalink
fix: make ipfs metrics port match
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc authored and smrz2001 committed Nov 8, 2023
1 parent d70fcfc commit e06fd5b
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion operator/src/network/ceramic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ impl RustIpfsConfig {
},
EnvVar {
name: "CERAMIC_ONE_METRICS_BIND_ADDRESS".to_owned(),
value: Some("0.0.0.0:9090".to_owned()),
value: Some("0.0.0.0:9465".to_owned()),
..Default::default()
},
EnvVar {
Expand Down
6 changes: 3 additions & 3 deletions operator/src/network/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ mod tests {
- },
- {
- "name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
- "value": "0.0.0.0:9090"
- "value": "0.0.0.0:9465"
- },
- {
- "name": "CERAMIC_ONE_NETWORK",
Expand Down Expand Up @@ -1934,7 +1934,7 @@ mod tests {
- },
- {
- "name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
- "value": "0.0.0.0:9090"
- "value": "0.0.0.0:9465"
- },
- {
- "name": "CERAMIC_ONE_NETWORK",
Expand Down Expand Up @@ -2086,7 +2086,7 @@ mod tests {
- },
- {
- "name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
- "value": "0.0.0.0:9090"
- "value": "0.0.0.0:9465"
- },
- {
- "name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_1
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_0
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_1
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_2
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_3
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_4
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_5
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_6
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_7
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_8
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
2 changes: 1 addition & 1 deletion operator/src/network/testdata/ceramic_ss_weighted_9
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Request {
},
{
"name": "CERAMIC_ONE_METRICS_BIND_ADDRESS",
"value": "0.0.0.0:9090"
"value": "0.0.0.0:9465"
},
{
"name": "CERAMIC_ONE_NETWORK",
Expand Down

0 comments on commit e06fd5b

Please sign in to comment.