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