redis is required after all

This commit is contained in:
2024-07-16 19:16:21 +02:00
parent 1aa86ef16c
commit 055d091447
3 changed files with 33 additions and 7 deletions

View File

@@ -1,14 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- ingress.yaml
- pvc.yaml
- postgres.yaml
- postgres.sealedsecret.yaml
- namespace.yaml
- ingress.yaml
- pvc.yaml
- postgres.yaml
- postgres.sealedsecret.yaml
namespace: immich
helmCharts:
- name: immich
releaseName: immich
@@ -22,3 +24,10 @@ images:
newTag: v1.108.0
- name: ghcr.io/immich-app/immich-server
newTag: v1.108.0
patches:
- path: patch-redis-pvc.yaml
target:
kind: StatefulSet
name: immich-redis-master