Disable Immich

This commit is contained in:
Ruben Hensen
2024-12-15 21:15:16 +01:00
parent 10b27526b9
commit 681ecd1b32
3 changed files with 33 additions and 33 deletions
+19 -19
View File
@@ -1,19 +1,19 @@
apiVersion: argoproj.io/v1alpha1 # apiVersion: argoproj.io/v1alpha1
kind: Application # kind: Application
metadata: # metadata:
name: immich # name: immich
namespace: argocd # namespace: argocd
finalizers: # finalizers:
- resources-finalizer.argocd.argoproj.io # - resources-finalizer.argocd.argoproj.io
spec: # spec:
project: default # project: default
source: # source:
repoURL: https://github.com/rubenhensen/k8scd.git # repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD # targetRevision: HEAD
path: immich # path: immich
destination: # destination:
server: https://kubernetes.default.svc # server: https://kubernetes.default.svc
namespace: immich # namespace: immich
syncPolicy: # syncPolicy:
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
+13 -13
View File
@@ -1,13 +1,13 @@
apiVersion: v1 # apiVersion: v1
kind: PersistentVolumeClaim # kind: PersistentVolumeClaim
metadata: # metadata:
labels: # labels:
io.kompose.service: immich-claim # io.kompose.service: immich-claim
name: immich-claim # name: immich-claim
namespace: immich # namespace: immich
spec: # spec:
accessModes: # accessModes:
- ReadWriteOnce # - ReadWriteOnce
resources: # resources:
requests: # requests:
storage: 400Gi # storage: 400Gi
+1 -1
View File
@@ -128,7 +128,7 @@ spec:
enabled: true enabled: true
size: 10Gi size: 10Gi
# Optional: Set this to pvc to avoid downloading the ML models every start. # Optional: Set this to pvc to avoid downloading the ML models every start.
type: emptyDir type: pvc
accessMode: ReadWriteMany accessMode: ReadWriteMany
# storageClass: your-class # storageClass: your-class