Expose PostgreSQL in Matrix service

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-11-03 21:35:02 +01:00
parent 9400591cdc
commit c5480f8efa
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -602,6 +602,12 @@ in {
};
spec = {
ports = [
{
name = "postgresql";
port = 5432;
protocol = "TCP";
targetPort = 5432;
}
{
name = "master-http";
port = 6167;