Comment old mail services

This commit is contained in:
dvirlabs 2026-05-17 08:03:24 +03:00
parent a962db73c8
commit 154439047a
2 changed files with 41 additions and 41 deletions

View File

@ -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

View File

@ -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