chore(backstage): Added database and secrets for backstage

This commit is contained in:
Daniël Groothuis
2025-10-28 21:34:13 +01:00
parent f6e4f44984
commit 8603742901
7 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: backstage
spec:
description: Developer Portal
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'backstage'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: backstage
namespace: backstage
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: backstage
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/backstage
targetRevision: main
destination:
namespace: backstage
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

@@ -16,3 +16,4 @@ resources:
- ntfy
- penpot
- immich
- backstage