Skip to content

Commit

Permalink
adds note about migratiosn in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Jul 4, 2024
1 parent b94dffd commit da638a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/deploy/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ api:
username: <user>
password: <password>
migrations:
# The values here should largely be the same as the API. The only different might be the username/password if you intend to separate the roles for the service and migration users.
db:
host: <db-host>
name: <db-name>
name: <db-name> # should be the same as the api.db.name value
port: 5432
username: <user>
password: <password>
Expand All @@ -139,7 +140,7 @@ worker:
temporal:
url: <temporal-url>
namespace: <temporal-namespace>
taskQueue: <temporal-queue>
taskQueue: <temporal-queue> # if provided a defaultSyncJobQueue for the API, this should be set to the same value
# required if intending transform primary/foreign keys
redis:
Expand Down

0 comments on commit da638a4

Please sign in to comment.