Add immich helm with common probe(?)

This commit is contained in:
Ruben Hensen
2024-12-15 19:07:55 +01:00
parent 57a1a69665
commit b5aa614bcb
8 changed files with 157 additions and 1325 deletions
+13
View File
@@ -0,0 +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
+19 -19
View File
@@ -1,19 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: restore-backup-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/rubenhensen/k8scd.git
targetRevision: HEAD
path: restore-backup
destination:
server: https://kubernetes.default.svc
namespace: immich # Change too namespace where the volume is!
syncPolicy:
syncOptions:
- CreateNamespace=true
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: restore-backup-app
# namespace: argocd
# finalizers:
# - resources-finalizer.argocd.argoproj.io
# spec:
# project: default
# source:
# repoURL: https://github.com/rubenhensen/k8scd.git
# targetRevision: HEAD
# path: restore-backup
# destination:
# server: https://kubernetes.default.svc
# namespace: immich # Change too namespace where the volume is!
# syncPolicy:
# syncOptions:
# - CreateNamespace=true