Add ArgoCD app for raw-resources-mail-services (LoadBalancer)
This commit is contained in:
parent
b094fe6fec
commit
bb9c85ae43
32
argocd-apps/raw-resources-mail-services.yaml
Normal file
32
argocd-apps/raw-resources-mail-services.yaml
Normal file
@ -0,0 +1,32 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: raw-resources-mail-services
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: https://git.dvirlabs.com/dvirlabs/mail-services.git
|
||||
targetRevision: HEAD
|
||||
path: manifests/raw-resources-mail-services
|
||||
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: mail
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
allowEmpty: false
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
duration: 5s
|
||||
factor: 2
|
||||
maxDuration: 3m
|
||||
Loading…
x
Reference in New Issue
Block a user