redis for immich

This commit is contained in:
2025-07-25 22:30:57 +02:00
parent 30efd5ae6e
commit 2f3b7af0da
2 changed files with 31 additions and 1 deletions

29
apps/immich/redis.yaml Normal file
View File

@@ -0,0 +1,29 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: bitnami
namespace: immich
spec:
interval: 24h
type: "oci"
url: oci://registry-1.docker.io/bitnamicharts/
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: redis
namespace: immich
spec:
interval: 30m
chart:
spec:
chart: redis
version: 21.2.13
sourceRef:
kind: HelmRepository
name: bitnami
values:
global:
defaultStorageClass: mayastor-single-hdd
architecture: standalone