Skip to content

Commit

Permalink
update heartbeat monitor (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh authored Oct 15, 2024
1 parent ea8bff6 commit 1723f49
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion deploy/stage/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.8.20"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.21"

environment: stage
replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/common-values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.8.20"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.21"

environment: stage
replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/common-values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.8.20"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.21"

environment: stage
replicaCount: 1
Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/mpc1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ env:

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "60"

- name: SMPC__HEARTBEAT_INTERVAL_SECS
value: "5"

- name: SMPC__PATH
value: "/data/"
Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/mpc2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ env:

- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "60"

- name: SMPC__HEARTBEAT_INTERVAL_SECS
value: "5"

- name: SMPC__PATH
value: "/data/"
Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/mpc3-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ env:
- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "60"

- name: SMPC__HEARTBEAT_INTERVAL_SECS
value: "5"

- name: SMPC__PATH
value: "/data/"

Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ env:
- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "60"

- name: SMPC__HEARTBEAT_INTERVAL_SECS
value: "5"

- name: SMPC__PATH
value: "/data/"

Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ env:
- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "60"

- name: SMPC__HEARTBEAT_INTERVAL_SECS
value: "5"

- name: SMPC__PATH
value: "/data/"

Expand Down
3 changes: 0 additions & 3 deletions deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ env:
- name: SMPC__PROCESSING_TIMEOUT_SECS
value: "60"

- name: SMPC__HEARTBEAT_INTERVAL_SECS
value: "5"

- name: SMPC__PATH
value: "/data/"

Expand Down

0 comments on commit 1723f49

Please sign in to comment.