-
Notifications
You must be signed in to change notification settings - Fork 8
/
catalog-info.yaml
90 lines (85 loc) · 2.12 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: Checkout
description: |
checkout
annotations:
github.com/project-slug: backstage/backstage
backstage.io/techdocs-ref: dir:.
lighthouse.com/website-url: https://rootly.com
rootly.com/functionality-slug: checkout
rootly.com/functionality-auto-import: enabled
spec:
type: grpc
owner: guests
lifecycle: experimental
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: Login
description: |
Controls the ability for users to login.
annotations:
github.com/project-slug: backstage/backstage
backstage.io/techdocs-ref: dir:.
lighthouse.com/website-url: https://rootly.com
rootly.com/functionality-slug: login
rootly.com/functionality-auto-import: enabled
spec:
type: grpc
owner: guests
lifecycle: experimental
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: elasticsearch-prod
description: |
elasticsearch-prod
annotations:
github.com/project-slug: backstage/backstage
backstage.io/techdocs-ref: dir:.
lighthouse.com/website-url: https://rootly.com
rootly.com/service-slug: elasticsearch-prod
spec:
type: service
owner: guests
lifecycle: experimental
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: elasticsearch-staging
description: |
elasticsearch-staging
annotations:
github.com/project-slug: backstage/backstage
backstage.io/techdocs-ref: dir:.
lighthouse.com/website-url: https://rootly.com
rootly.com/service-slug: elasticsearch-staging
rootly.com/service-auto-import: enabled
spec:
type: service
owner: guests
lifecycle: experimental
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: infrastructure
description: |
Infrastucture
annotations:
github.com/project-slug: backstage/backstage
backstage.io/techdocs-ref: dir:.
lighthouse.com/website-url: https://rootly.com
rootly.com/team-slug: infrastructure
rootly.com/team-auto-import: enabled
pagerduty.com/service-id: PPXDDC7
spec:
type: team
owner: guests
lifecycle: experimental
children: [backstage]