Skip to content

Commit

Permalink
use new key for db url (#584)
Browse files Browse the repository at this point in the history
* use new key for db url

* use new key for db url for stage as well

* load parallelism
  • Loading branch information
carlomazzaferro authored Oct 24, 2024
1 parent 4d7af0e commit 4f10742
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deploy/prod/common-values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application
- name: RUST_LOG
value: info
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/common-values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application
- name: RUST_LOG
value: info
Expand Down
4 changes: 2 additions & 2 deletions deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application

- name: SMPC__DATABASE__MIGRATE
Expand All @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "2"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down
4 changes: 2 additions & 2 deletions deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application

- name: SMPC__DATABASE__MIGRATE
Expand All @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "2"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-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
Expand Up @@ -61,7 +61,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application
- name: RUST_LOG
value: info
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
Expand Up @@ -61,7 +61,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application
- name: RUST_LOG
value: info
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application

- name: SMPC__DATABASE__MIGRATE
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application

- name: SMPC__DATABASE__MIGRATE
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 @@ -20,7 +20,7 @@ env:
- name: SMPC__DATABASE__URL
valueFrom:
secretKeyRef:
key: DATABASE_URL
key: DATABASE_AURORA_URL
name: application

- name: SMPC__DATABASE__MIGRATE
Expand Down

0 comments on commit 4f10742

Please sign in to comment.