feat(k8s/infrastructure/authelia): add Redis for session persistence

This commit is contained in:
2026-02-22 14:30:27 +02:00
parent 5e7a81c9cd
commit 2b299b6f73
4 changed files with 41 additions and 3 deletions

View File

@@ -0,0 +1,26 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: authelia-redis
namespace: flux-system
spec:
chart:
spec:
chart: redis
version: 25.x
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
interval: 1m0s
targetNamespace: authelia
values:
architecture: standalone
auth:
enabled: false
master:
persistence:
storageClass: nfs-synology-ssd
size: 256Mi