From c19114a0550818cce2685957baf5315df8cd094c Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Dec 2024 21:33:59 +0100 Subject: [PATCH] Add immich --- apps/templates/immich-folder.yaml | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/apps/templates/immich-folder.yaml b/apps/templates/immich-folder.yaml index c9e68de..ed04fbe 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