Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix pg-service path for current production which is prostgresql, later it will be changed to prostgresql-external-rw which will be used for production.
2 changes: 1 addition & 1 deletion values/wire-server/prod-values.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ brig:
rabbitmq:
host: rabbitmq-external # name of the rabbitmq service, either `rabbitmq-external` or `rabbitmq`
postgresql:
host: postgresql-external-rw # DNS name without protocol
host: postgresql # name of the postgresql service, either `postgresql-external-rw or `postgresql`
port: "5432"
user: wire-server
dbname: wire-server
Expand Down
Loading