From 681ecd1b32e78522f9d62a73f21b5f694cd32f2a Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 21:15:16 +0100 Subject: [PATCH] Disable Immich --- apps/templates/immich-folder.yaml | 38 +++++++++++++++---------------- apps/templates/immich-pvc.yaml | 26 ++++++++++----------- immich/helm-immich.yaml | 2 +- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/apps/templates/immich-folder.yaml b/apps/templates/immich-folder.yaml index ed04fbe..c9e68de 100644 --- a/apps/templates/immich-folder.yaml +++ b/apps/templates/immich-folder.yaml @@ -1,19 +1,19 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: immich - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: https://github.com/rubenhensen/k8scd.git - targetRevision: HEAD - path: immich - destination: - server: https://kubernetes.default.svc - namespace: immich - syncPolicy: - syncOptions: - - CreateNamespace=true \ No newline at end of file +# apiVersion: argoproj.io/v1alpha1 +# kind: Application +# metadata: +# name: immich +# namespace: argocd +# finalizers: +# - resources-finalizer.argocd.argoproj.io +# spec: +# project: default +# source: +# repoURL: https://github.com/rubenhensen/k8scd.git +# targetRevision: HEAD +# path: immich +# destination: +# server: https://kubernetes.default.svc +# namespace: immich +# syncPolicy: +# syncOptions: +# - CreateNamespace=true \ No newline at end of file diff --git a/apps/templates/immich-pvc.yaml b/apps/templates/immich-pvc.yaml index 291568a..e9f6932 100644 --- a/apps/templates/immich-pvc.yaml +++ b/apps/templates/immich-pvc.yaml @@ -1,13 +1,13 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - labels: - io.kompose.service: immich-claim - name: immich-claim - namespace: immich -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 400Gi +# apiVersion: v1 +# kind: PersistentVolumeClaim +# metadata: +# labels: +# io.kompose.service: immich-claim +# name: immich-claim +# namespace: immich +# spec: +# accessModes: +# - ReadWriteOnce +# resources: +# requests: +# storage: 400Gi diff --git a/immich/helm-immich.yaml b/immich/helm-immich.yaml index dfc4a3f..7e29c12 100644 --- a/immich/helm-immich.yaml +++ b/immich/helm-immich.yaml @@ -128,7 +128,7 @@ spec: enabled: true size: 10Gi # Optional: Set this to pvc to avoid downloading the ML models every start. - type: emptyDir + type: pvc accessMode: ReadWriteMany # storageClass: your-class