From 121c0237754ea2eb02f4db51cd4bb35c0416b556 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Mon, 23 May 2022 13:53:16 +0200 Subject: [PATCH] Use ip for postgres --- flux/cluster/apps/authentik/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/cluster/apps/authentik/helm.yaml b/flux/cluster/apps/authentik/helm.yaml index ccad170..bb614f8 100644 --- a/flux/cluster/apps/authentik/helm.yaml +++ b/flux/cluster/apps/authentik/helm.yaml @@ -29,7 +29,7 @@ spec: error_reporting: enabled: true postgresql: - host: "postgres.lxd" + host: "10.244.87.21" name: "authentik" user: "authentik" redis: