From 3a74dfb36da98e65ee9267f6177fefea7fd356c8 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: