From 586e5c245e5a6078c89f4c5431a71540e30b93f9 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 27 Nov 2025 20:48:28 -0500 Subject: [PATCH] fix: retention policy --- apps/authentik/cluster.yaml | 2 ++ apps/immich/cluster.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/apps/authentik/cluster.yaml b/apps/authentik/cluster.yaml index 0d4f9f5..e0e97e1 100644 --- a/apps/authentik/cluster.yaml +++ b/apps/authentik/cluster.yaml @@ -53,3 +53,5 @@ spec: secretAccessKey: name: wasabi-secret key: ACCESS_SECRET_KEY + retentionPolicy: "10d" + diff --git a/apps/immich/cluster.yaml b/apps/immich/cluster.yaml index d2a97e3..a166a22 100644 --- a/apps/immich/cluster.yaml +++ b/apps/immich/cluster.yaml @@ -61,3 +61,4 @@ spec: secretAccessKey: name: wasabi-secret key: ACCESS_SECRET_KEY + retentionPolicy: "10d"