2023-11-28 16:44:54 +01:00

18 lines
388 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: immich-application
namespace: argocd
spec:
project: apps
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: main
path: apps/immich
destination:
server: https://kubernetes.default.svc
namespace: immich
syncPolicy:
automated:
prune: true
selfHeal: true