From 66427ff414f24d762f9ca1251e41a4d1a0e475df Mon Sep 17 00:00:00 2001 From: sghosh23 Date: Thu, 7 Aug 2025 11:23:19 +0200 Subject: [PATCH] fix: update postgresql host path for current production --- .../2-wire-builds/fix-pg-service-path-for-current-production | 1 + values/wire-server/prod-values.example.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/2-wire-builds/fix-pg-service-path-for-current-production diff --git a/changelog.d/2-wire-builds/fix-pg-service-path-for-current-production b/changelog.d/2-wire-builds/fix-pg-service-path-for-current-production new file mode 100644 index 000000000..0c441feb1 --- /dev/null +++ b/changelog.d/2-wire-builds/fix-pg-service-path-for-current-production @@ -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. \ No newline at end of file diff --git a/values/wire-server/prod-values.example.yaml b/values/wire-server/prod-values.example.yaml index ab5377b50..4410ec5bb 100644 --- a/values/wire-server/prod-values.example.yaml +++ b/values/wire-server/prod-values.example.yaml @@ -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