From e6d61dbf5ce1a7a3db7fbd0509844c272540e484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Wed, 30 Nov 2022 10:34:37 +0100 Subject: [PATCH] Add persistence --- apps/templates/authentik.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/templates/authentik.yaml b/apps/templates/authentik.yaml index 23c006f..628eda7 100644 --- a/apps/templates/authentik.yaml +++ b/apps/templates/authentik.yaml @@ -41,6 +41,11 @@ spec: enabled: true auth: existingSecret: postgres-secret + persistence: + enabled: true + storageClass: longhorn + accessModes: + - ReadWriteOnce redis: enabled: true image: