Organized ArgoCD applications by Forge domain
This commit is contained in:
parent
5c5b1fb95c
commit
fa5695e4c9
11 changed files with 1 additions and 1 deletions
18
argocd-apps/platform-services/platform-minio.yaml
Normal file
18
argocd-apps/platform-services/platform-minio.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: platform-minio
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/platform-minio
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: platform-services
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
18
argocd-apps/platform-services/platform-postgres.yaml
Normal file
18
argocd-apps/platform-services/platform-postgres.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: platform-postgres
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/platform-postgres
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: database
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
18
argocd-apps/platform-services/platform-rabbitmq.yaml
Normal file
18
argocd-apps/platform-services/platform-rabbitmq.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: platform-rabbitmq
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/platform-rabbitmq
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: platform-services
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
18
argocd-apps/platform-services/platform-redis.yaml
Normal file
18
argocd-apps/platform-services/platform-redis.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: platform-redis
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: platform
|
||||
source:
|
||||
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/platform-redis
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: platform-services
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue