From db02d188c7a95e971d9f8b59821d96a33fb182d6 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Fri, 16 Jan 2026 19:34:56 +0100 Subject: [PATCH] =?UTF-8?q?F=C3=BCge=20die=20ArgoCD-Anwendung=20"immich-ap?= =?UTF-8?q?p"=20mit=20Konfigurationen=20f=C3=BCr=20Zielnamespace=20und=20Q?= =?UTF-8?q?uell-Repository=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../homelab-apps/templates/immich-app.yaml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 09_homelab_apps/homelab-apps/templates/immich-app.yaml diff --git a/09_homelab_apps/homelab-apps/templates/immich-app.yaml b/09_homelab_apps/homelab-apps/templates/immich-app.yaml new file mode 100644 index 0000000..8e96cde --- /dev/null +++ b/09_homelab_apps/homelab-apps/templates/immich-app.yaml @@ -0,0 +1,25 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: immich-app + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: immich-app + server: {{ $.Values.spec.destination.server }} + project: homelab + source: + path: . + repoURL: https://git.hnrx.net/k8s/immich-app.git + targetRevision: main + directory: + recurse: true + exclude: 'renovate.json' + syncPolicy: + automated: + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file