All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m15s
Change-Id: I2e2564a72b6be9af536235fc3795fd788fd9257b
102 lines
2.9 KiB
YAML
102 lines
2.9 KiB
YAML
# ─── System: groups all per-service Components for this application ───
|
|
apiVersion: backstage.io/v1alpha1
|
|
kind: System
|
|
metadata:
|
|
name: haproxy-unified
|
|
description: "haproxy-unified — deployed via ArgoCD into demo-apps"
|
|
labels:
|
|
backstage.io/environment: "dev"
|
|
app.kubernetes.io/managed-by: "backstage"
|
|
tags:
|
|
- deployment
|
|
- argocd
|
|
|
|
annotations:
|
|
argocd/app-name: "haproxy-unified"
|
|
argocd/app-namespace: "argocd"
|
|
argocd/instance-name: ""
|
|
backstage.io/techdocs-ref: dir:.
|
|
backstage.io/source-location: "url:https://gitea.kyndemo.live/validate/haproxy-unified/src/branch/main"
|
|
backstage.io/kubernetes-namespace: "demo-apps"
|
|
backstage.io/kubernetes-label-selector: "app.kubernetes.io/managed-by=backstage"
|
|
gitea.kyndemo.live/repo-slug: "validate/haproxy-unified"
|
|
|
|
links:
|
|
- url: https://haproxy-unified.kyndemo.live
|
|
title: Live Application
|
|
icon: web
|
|
- url: https://gitea.kyndemo.live/validate/haproxy-unified
|
|
title: Repository
|
|
icon: github
|
|
- url: https://argocd.kyndemo.live/applications/haproxy-unified
|
|
title: ArgoCD App
|
|
icon: dashboard
|
|
|
|
spec:
|
|
owner: "platform-engineering"
|
|
domain: platform
|
|
dependsOn:
|
|
- component:default/argocd-service
|
|
|
|
|
|
- resource:default/k6-operator
|
|
|
|
# ─── Primary Component (always present, matches component_id) ───────
|
|
---
|
|
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: haproxy-unified
|
|
description: "haproxy-unified — deployed via ArgoCD into demo-apps"
|
|
labels:
|
|
backstage.io/environment: "dev"
|
|
app.kubernetes.io/managed-by: "backstage"
|
|
tags:
|
|
- deployment
|
|
- argocd
|
|
|
|
- load-testing
|
|
- k6
|
|
|
|
|
|
annotations:
|
|
argocd/app-name: "haproxy-unified"
|
|
argocd/app-namespace: "argocd"
|
|
argocd/instance-name: ""
|
|
backstage.io/techdocs-ref: dir:.
|
|
backstage.io/source-location: "url:https://gitea.kyndemo.live/validate/haproxy-unified/src/branch/main"
|
|
backstage.io/kubernetes-namespace: "demo-apps"
|
|
backstage.io/kubernetes-label-selector: "app=haproxy-unified"
|
|
gitea.kyndemo.live/repo-slug: "validate/haproxy-unified"
|
|
|
|
k6/enabled: "true"
|
|
k6/test-configmap: "k6-test-haproxy-unified"
|
|
k6/test-namespace: "demo-apps"
|
|
k6/target-service: "frontend"
|
|
|
|
links:
|
|
- url: https://haproxy-unified.kyndemo.live
|
|
title: Live Application
|
|
icon: web
|
|
- url: https://gitea.kyndemo.live/validate/haproxy-unified
|
|
title: Repository
|
|
icon: github
|
|
- url: https://argocd.kyndemo.live/applications/haproxy-unified
|
|
title: ArgoCD App
|
|
icon: dashboard
|
|
|
|
spec:
|
|
type: service
|
|
owner: "platform-engineering"
|
|
lifecycle: experimental
|
|
|
|
system: haproxy-unified
|
|
dependsOn:
|
|
- component:default/argocd-service
|
|
|
|
|
|
- resource:default/k6-operator
|
|
|
|
# ─── Per-service Components (from Watcher discovery) ─────────────────
|
|
|