-
Notifications
You must be signed in to change notification settings - Fork 3
/
catalog-info.yaml
36 lines (35 loc) · 1.2 KB
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "ffc-demo-payment-web"
description: |
Digital service mock to view scheduled payments for financial aid in the event a property subsides into mine shaft. This is the web front end for the application.
annotations:
github.com/project-slug: DEFRA/ffc-demo-payment-web
dev.azure.com/project: DEFRA-FFC
dev.azure.com/build-definition: ffc-demo-payment-web
sonarqube.org/project-key: adp-ffc-demo-payment-web
backstage.io/techdocs-ref: dir:.
grafana/dashboard-selector: "folderTitle == 'Managed Prometheus'"
backstage.io/kubernetes-id: ffc-demo-payment-web
tags:
- node
- service-bus
- redis
- internal
- front-end
links:
- url: https://github.com/DEFRA/ffc-demo-payment-web
title: View repository
icon: github
- url: https://dev.azure.com/defragovuk/DEFRA-FFC/_build?definitionId=4965
title: CI/CD Pipeline
- url: https://sonarcloud.io/project/overview?id=adp-ffc-demo-payment-web
title: SonarCloud Analysis
spec:
type: frontend
lifecycle: beta
owner: "group:default/fcp-demo"
system: fcp-demo-service
consumesApis:
- "api:default/fcp-payments-api"