initial commit
Change-Id: I9c68c43e939d2c1a3b95a68b71ecc5ba861a4df5
This commit is contained in:
37
catalog-info.yaml
Normal file
37
catalog-info.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: online-boutique
|
||||
description: Java microservice via Golden Path
|
||||
annotations:
|
||||
humanitec.com/orgId: kyn-cjot
|
||||
humanitec.com/appId: online-boutique
|
||||
backstage.io/techdocs-ref: dir:.
|
||||
backstage.io/kubernetes-namespace: "demo-apps"
|
||||
backstage.io/kubernetes-label-selector: "app.kubernetes.io/name=online-boutique"
|
||||
gitea.kyndemo.live/repo-slug: "validate/online-boutique"
|
||||
prometheus.io/scrape: "true"
|
||||
prometheus.io/port: "8080"
|
||||
prometheus.io/path: "/actuator/prometheus"
|
||||
grafana/grafana-instance: default
|
||||
grafana/alert-label-selector: "app=online-boutique"
|
||||
grafana/dashboard-selector: "uid == 'app-online-boutique'"
|
||||
tags:
|
||||
- java
|
||||
- spring-boot
|
||||
- humanitec
|
||||
- golden-path
|
||||
links:
|
||||
- url: https://app.humanitec.io/orgs/kyn-cjot/apps/online-boutique
|
||||
title: Humanitec Console
|
||||
icon: dashboard
|
||||
- url: https://grafana.kyndemo.live/d/spring-boot-dashboard?var-app=online-boutique
|
||||
title: Grafana Dashboard
|
||||
icon: dashboard
|
||||
- url: https://gitea.kyndemo.live/validate/online-boutique
|
||||
title: Source Repository
|
||||
icon: github
|
||||
spec:
|
||||
type: service
|
||||
owner: "group:default/platform-engineering"
|
||||
lifecycle: production
|
||||
Reference in New Issue
Block a user