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