Organized ArgoCD applications by Forge domain

This commit is contained in:
Arvind Prabhakar 2026-07-01 01:25:02 +00:00
commit fa5695e4c9
11 changed files with 1 additions and 1 deletions

View 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

View 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

View 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

View 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