diff --git a/docs/docs/deploy/kubernetes.md b/docs/docs/deploy/kubernetes.md index 8324e6d826..6b58ee9bf7 100644 --- a/docs/docs/deploy/kubernetes.md +++ b/docs/docs/deploy/kubernetes.md @@ -123,9 +123,10 @@ api: username: 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: - name: + name: # should be the same as the api.db.name value port: 5432 username: password: @@ -139,7 +140,7 @@ worker: temporal: url: namespace: - taskQueue: + taskQueue: # if provided a defaultSyncJobQueue for the API, this should be set to the same value # required if intending transform primary/foreign keys redis: