redis for immich
This commit is contained in:
@@ -3,5 +3,6 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- volume.yaml
|
- volume.yaml
|
||||||
|
- redis.yaml
|
||||||
- postgres-cluster.yaml
|
- postgres-cluster.yaml
|
||||||
- release.yaml
|
# - release.yaml
|
||||||
|
|||||||
29
apps/immich/redis.yaml
Normal file
29
apps/immich/redis.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user