From 154439047a1d6ece01b2ed3dcfd5db3d40dd950d Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 17 May 2026 08:03:24 +0300 Subject: [PATCH] Comment old mail services --- argocd-apps/mailu-certificates.yaml | 40 +++++++++++++-------------- argocd-apps/mailu.yaml | 42 ++++++++++++++--------------- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/argocd-apps/mailu-certificates.yaml b/argocd-apps/mailu-certificates.yaml index 17ed852..67050f6 100644 --- a/argocd-apps/mailu-certificates.yaml +++ b/argocd-apps/mailu-certificates.yaml @@ -1,20 +1,20 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: mailu-certificates - namespace: argocd -spec: - project: mail-services - source: - repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git' - targetRevision: HEAD - path: manifests/mailu - directory: - recurse: true - destination: - server: https://kubernetes.default.svc - namespace: mail-services - syncPolicy: - automated: - prune: true - selfHeal: true +# apiVersion: argoproj.io/v1alpha1 +# kind: Application +# metadata: +# name: mailu-certificates +# namespace: argocd +# spec: +# project: mail-services +# source: +# repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git' +# targetRevision: HEAD +# path: manifests/mailu +# directory: +# recurse: true +# destination: +# server: https://kubernetes.default.svc +# namespace: mail-services +# syncPolicy: +# automated: +# prune: true +# selfHeal: true diff --git a/argocd-apps/mailu.yaml b/argocd-apps/mailu.yaml index b82c64c..c0aa454 100644 --- a/argocd-apps/mailu.yaml +++ b/argocd-apps/mailu.yaml @@ -1,21 +1,21 @@ -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: charts/mailu - helm: - valueFiles: - - ../../manifests/mailu/values.yaml - destination: - server: https://kubernetes.default.svc - namespace: mail-services - syncPolicy: - automated: - prune: true - selfHeal: true +# 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: charts/mailu +# helm: +# valueFiles: +# - ../../manifests/mailu/values.yaml +# destination: +# server: https://kubernetes.default.svc +# namespace: mail-services +# syncPolicy: +# automated: +# prune: true +# selfHeal: true