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 # apiVersion: argoproj.io/v1alpha1
kind: Application # kind: Application
metadata: # metadata:
name: mailu-certificates # name: mailu-certificates
namespace: argocd # namespace: argocd
spec: # spec:
project: mail-services # project: mail-services
source: # source:
repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git' # repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
targetRevision: HEAD # targetRevision: HEAD
path: manifests/mailu # path: manifests/mailu
directory: # directory:
recurse: true # recurse: true
destination: # destination:
server: https://kubernetes.default.svc # server: https://kubernetes.default.svc
namespace: mail-services # namespace: mail-services
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true

View File

@ -1,21 +1,21 @@
apiVersion: argoproj.io/v1alpha1 # apiVersion: argoproj.io/v1alpha1
kind: Application # kind: Application
metadata: # metadata:
name: mailu # name: mailu
namespace: argocd # namespace: argocd
spec: # spec:
project: mail-services # project: mail-services
source: # source:
repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git' # repoURL: 'https://git.dvirlabs.com/dvirlabs/mail-services.git'
targetRevision: HEAD # targetRevision: HEAD
path: charts/mailu # path: charts/mailu
helm: # helm:
valueFiles: # valueFiles:
- ../../manifests/mailu/values.yaml # - ../../manifests/mailu/values.yaml
destination: # destination:
server: https://kubernetes.default.svc # server: https://kubernetes.default.svc
namespace: mail-services # namespace: mail-services
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true