feat: add platform deployment artifacts
This commit is contained in:
86
catalog-info.yaml
Normal file
86
catalog-info.yaml
Normal file
@@ -0,0 +1,86 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
annotations:
|
||||
backstage.io/kubernetes-label-selector: app=test-siva-node-1
|
||||
backstage.io/kubernetes-namespace: dev
|
||||
backstage.io/techdocs-ref: dir:.
|
||||
gitea.kyndemo.live/repo-slug: demo-platform/test-siva-node-1
|
||||
grafana/alert-label-selector: app=test-siva-node-1
|
||||
grafana/dashboard-selector: uid == 'app-test-siva-node-1'
|
||||
grafana/grafana-instance: default
|
||||
humanitec.dev/orgId: skillful-wild-chicken-2617
|
||||
humanitec.dev/projectId: test-siva-node-1
|
||||
prometheus.io/path: /metrics
|
||||
prometheus.io/port: '3000'
|
||||
prometheus.io/scrape: 'true'
|
||||
description: Modernized test-siva-node-1 service
|
||||
links:
|
||||
- icon: web
|
||||
title: Live API
|
||||
url: https://test-siva-node-1.kyndemo.live
|
||||
- icon: code
|
||||
title: API Specification
|
||||
url: https://gitea.kyndemo.live/demo-platform/test-siva-node-1/raw/branch/main/openapi.yaml
|
||||
- icon: github
|
||||
title: Source Repository
|
||||
url: https://gitea.kyndemo.live/demo-platform/test-siva-node-1
|
||||
- icon: dashboard
|
||||
title: Humanitec Console
|
||||
url: https://console.humanitec.dev/orgs/skillful-wild-chicken-2617/projects/test-siva-node-1/environments/dev
|
||||
- icon: code
|
||||
title: CI/CD Pipelines
|
||||
url: https://gitea.kyndemo.live/demo-platform/test-siva-node-1/actions
|
||||
- icon: dashboard
|
||||
title: Grafana Dashboard
|
||||
url: https://grafana.kyndemo.live/d/app-test-siva-node-1
|
||||
name: test-siva-node-1
|
||||
tags:
|
||||
- nodejs
|
||||
- express
|
||||
- golden-path
|
||||
- humanitec-v2
|
||||
- platform-orchestrator
|
||||
- score
|
||||
spec:
|
||||
lifecycle: production
|
||||
owner: group:default/platform-engineering
|
||||
providesApis:
|
||||
- api:default/test-siva-node-1-api
|
||||
system: test-siva-node-1-system
|
||||
type: service
|
||||
---
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: System
|
||||
metadata:
|
||||
annotations:
|
||||
humanitec.dev/orgId: skillful-wild-chicken-2617
|
||||
humanitec.dev/projectId: test-siva-node-1
|
||||
description: System grouping for the test-siva-node-1 application
|
||||
name: test-siva-node-1-system
|
||||
spec:
|
||||
domain: platform
|
||||
owner: group:default/platform-engineering
|
||||
---
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: API
|
||||
metadata:
|
||||
annotations:
|
||||
backstage.io/techdocs-ref: dir:.
|
||||
gitea.kyndemo.live/repo-slug: demo-platform/test-siva-node-1
|
||||
description: OpenAPI definition for test-siva-node-1
|
||||
name: test-siva-node-1-api
|
||||
tags:
|
||||
- nodejs
|
||||
- express
|
||||
- golden-path
|
||||
- humanitec-v2
|
||||
- platform-orchestrator
|
||||
- score
|
||||
spec:
|
||||
definition:
|
||||
$text: https://gitea.kyndemo.live/demo-platform/test-siva-node-1/raw/branch/main/openapi.yaml
|
||||
lifecycle: production
|
||||
owner: group:default/platform-engineering
|
||||
system: test-siva-node-1-system
|
||||
type: openapi
|
||||
Reference in New Issue
Block a user