Add immich

This commit is contained in:
Ruben Hensen
2024-12-15 21:33:59 +01:00
parent d5606638fd
commit c19114a055
+19 -19
View File
@@ -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
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