redis for immich

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

View File

@@ -3,5 +3,6 @@ kind: Kustomization
resources:
- namespace.yaml
- volume.yaml
- redis.yaml
- postgres-cluster.yaml
- release.yaml
# - release.yaml

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