Skip to content

Commit

Permalink
revert parallelism. increase startup probe
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro committed Oct 22, 2024
1 parent 72b6038 commit 47dfb58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deploy/prod/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ readinessProbe:

startupProbe:
enabled: true
initialDelaySeconds: 300
failureThreshold: 115
periodSeconds: 20
initialDelaySeconds: 600
failureThreshold: 200
periodSeconds: 30
httpGet:
path: /health
port: health
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "4"
value: "8"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "4"
value: "8"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "4"
value: "8"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down

0 comments on commit 47dfb58

Please sign in to comment.