Skip to content

Commit

Permalink
Update staging to have larger init database (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh authored Jan 13, 2025
1 parent c3953d7 commit ea88363
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.13.13"
image: "ghcr.io/worldcoin/iris-mpc:v0.13.15"

environment: stage
replicaCount: 1
Expand Down
4 changes: 2 additions & 2 deletions deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "900000"
value: "9000000"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
value: "1200000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
Expand Down
4 changes: 2 additions & 2 deletions deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "900000"
value: "9000000"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
value: "1200000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "900000"
value: "9000000"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
Expand Down

0 comments on commit ea88363

Please sign in to comment.