Files
homelab/k8s/apps/immich/app.yaml

22 lines
430 B
YAML
Raw Permalink Normal View History

2025-04-12 19:42:34 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2025-04-12 19:43:26 +01:00
name: immich
2025-04-12 19:42:34 +01:00
namespace: argocd
spec:
project: apps
destination:
2025-04-12 19:43:26 +01:00
namespace: immich
2025-04-12 19:42:34 +01:00
server: https://kubernetes.default.svc
source:
repoURL: ssh://git@gt.hexor.cy:30022/ab/homelab.git
targetRevision: HEAD
2025-04-12 19:43:26 +01:00
path: k8s/apps/immich
2025-04-12 19:42:34 +01:00
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- CreateNamespace=true