38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
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
|