|
|
|
@ -3,5 +3,25 @@ kind: AppProject
|
|
|
|
metadata:
|
|
|
|
metadata:
|
|
|
|
name: mobene
|
|
|
|
name: mobene
|
|
|
|
namespace: argo-cd
|
|
|
|
namespace: argo-cd
|
|
|
|
|
|
|
|
# Finalizer that ensures that project is not deleted until it is not referenced by any application
|
|
|
|
|
|
|
|
finalizers:
|
|
|
|
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
spec:
|
|
|
|
description: clusterring argo apps for mobene
|
|
|
|
# Project description
|
|
|
|
|
|
|
|
description: clustering argo apps for mobene
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Allow manifests to deploy from any Git repos
|
|
|
|
|
|
|
|
sourceRepos:
|
|
|
|
|
|
|
|
- 'https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-mobene-deployment'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
destinations:
|
|
|
|
|
|
|
|
- namespace: mobene-nsodev
|
|
|
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
|
|
|
- namespace: mobene-cusqa
|
|
|
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
|
|
|
- namespace: mobene-cusprod
|
|
|
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clusterResourceWhitelist:
|
|
|
|
|
|
|
|
- group: ''
|
|
|
|
|
|
|
|
kind: ''
|
|
|
|
|