From 1b3dd88a4572c3ee32446284db4c23aad4f881fb Mon Sep 17 00:00:00 2001 From: Marc Hermans Date: Mon, 11 Nov 2024 20:22:04 +0100 Subject: [PATCH] Configure connection string to databases --- Charts/ldtteam-authentication-server/templates/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Charts/ldtteam-authentication-server/templates/config.yaml b/Charts/ldtteam-authentication-server/templates/config.yaml index cb8f678..0035719 100644 --- a/Charts/ldtteam-authentication-server/templates/config.yaml +++ b/Charts/ldtteam-authentication-server/templates/config.yaml @@ -20,9 +20,9 @@ data: } }, "ConnectionStrings": { - "postgres": "Server=tasks.postgres;Port=5432;User Id=ldtteam-auth;Password=LdtteamAuth185;Database=authentication;Integrated Security=false;", - "postgres_github": "Server=tasks.postgres;Port=5432;User Id=ldtteam-auth;Password=LdtteamAuth185;Database=github;Integrated Security=false;", - "postgres_patreon": "Server=tasks.postgres;Port=5432;User Id=ldtteam-auth;Password=LdtteamAuth185;Database=patreon;Integrated Security=false;" + "postgres": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=authentication;Integrated Security=false;", + "postgres_github": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=github;Integrated Security=false;", + "postgres_patreon": "Server=donator-auth-postgresql.donator-auth.svc.cluster.local;Port=5432;User Id=ldtteam-donator-auth;Password=DonatorAuth1!;Database=patreon;Integrated Security=false;" }, "GitHub": { "ClientId": "Iv1.1dd3379574845528",