Skip to content

Commit

Permalink
chore: Enable importer in stage and disable reshare (#849)
Browse files Browse the repository at this point in the history
* chore: Enable importer in stage

* disable reshare server

* revert junk

* cleanup
  • Loading branch information
wojciechsromek authored Dec 20, 2024
1 parent 36bae71 commit e4a7d7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/stage/common-values-reshare-server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.10.4"

environment: stage
replicaCount: 1
replicaCount: 0

strategy:
type: Recreate
Expand Down Expand Up @@ -138,4 +138,4 @@ nginxSidecar:

access_log /dev/stdout basic;
}
}
}
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 @@ -69,13 +69,13 @@ env:
value: "wf-smpcv2-stage-sns-requests"

- name: SMPC__ENABLE_S3_IMPORTER
value: "false"
value: "true"

- name: SMPC__DB_CHUNKS_BUCKET_NAME
value: "iris-mpc-db-exporter-store-node-0-stage-eu-north-1"

- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_2k"
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "32"
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 @@ -69,13 +69,13 @@ env:
value: "wf-smpcv2-stage-sns-requests"

- name: SMPC__ENABLE_S3_IMPORTER
value: "false"
value: "true"

- name: SMPC__DB_CHUNKS_BUCKET_NAME
value: "iris-mpc-db-exporter-store-node-1-stage-eu-north-1"

- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_2k"
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "32"
Expand Down
4 changes: 2 additions & 2 deletions deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ env:
value: "wf-smpcv2-stage-sns-requests"

- name: SMPC__ENABLE_S3_IMPORTER
value: "false"
value: "true"

- name: SMPC__DB_CHUNKS_BUCKET_NAME
value: "iris-mpc-db-exporter-store-node-2-stage-eu-north-1"

- name: SMPC__DB_CHUNKS_FOLDER_NAME
value: "binary_output_2k"
value: "binary_output_16k"

- name: SMPC__LOAD_CHUNKS_PARALLELISM
value: "32"
Expand Down

0 comments on commit e4a7d7a

Please sign in to comment.