Skip to content

Commit

Permalink
fix: Disable fake db
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Oct 18, 2024
1 parent 9f9289d commit 7b9b41d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ env:
- name: SMPC__MAX_BATCH_SIZE
value: "64"

- name: SMPC__FAKE_DB_SIZE
value: "6000000"

- name: SMPC__DISABLE_PERSISTENCE
value: "true"

initContainer:
enabled: true
image: "amazon/aws-cli:2.17.62"
Expand Down
6 changes: 0 additions & 6 deletions deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ env:
- name: SMPC__MAX_BATCH_SIZE
value: "64"

- name: SMPC__FAKE_DB_SIZE
value: "6000000"

- name: SMPC__DISABLE_PERSISTENCE
value: "true"

initContainer:
enabled: true
image: "amazon/aws-cli:2.17.62"
Expand Down
6 changes: 0 additions & 6 deletions deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ env:
- name: SMPC__MAX_BATCH_SIZE
value: "64"

- name: SMPC__FAKE_DB_SIZE
value: "6000000"

- name: SMPC__DISABLE_PERSISTENCE
value: "true"

initContainer:
enabled: true
image: "amazon/aws-cli:2.17.62"
Expand Down

0 comments on commit 7b9b41d

Please sign in to comment.