Add a bit of documentation about the replica config (#1488)

This commit is contained in:
gbrodman 2022-01-13 15:44:04 -05:00 committed by GitHub
parent 5b11ef63e3
commit 7e506f4d90

View file

@ -242,6 +242,9 @@ cloudSql:
jdbcUrl: jdbc:postgresql://localhost
# This name is used by Cloud SQL when connecting to the database.
instanceConnectionName: project-id:region:instance-id
# If non-null, we will use this instance for certain read-only actions or
# pipelines, e.g. RDE, in order to offload some work from the primary
# instance. Expect any write actions on this instance to fail.
replicaInstanceConnectionName: null
cloudDns: