feat(grainlab): Added Production App defs.

This commit is contained in:
Daniël Groothuis
2026-03-17 10:59:34 +01:00
parent cdbf31d6af
commit e5c1087b94
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: grainlab-production
spec:
description: GrianLab Production environment
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'grainlab-production'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grainlab-production
namespace: grainlab-production
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: grainlab-production
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/grainlab-production
targetRevision: main
destination:
namespace: grainlab-production
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app-project.yaml
- application.yaml

View File

@@ -18,3 +18,4 @@ resources:
- digital-garden
- homebox
- grainlab-staging
- grainlab-production