2025-05-11 01:27:12 +03:00

21 lines
493 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mailu
namespace: argocd
spec:
project: mail-services
source:
repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
targetRevision: HEAD
path: deploy/mailu
directory:
recurse: true # ✅ Enables applying all YAMLs in this directory
destination:
server: https://kubernetes.default.svc
namespace: mail-services
syncPolicy:
automated:
prune: true
selfHeal: true