Comment old mail services
This commit is contained in:
parent
a962db73c8
commit
154439047a
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user