-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
36 lines (35 loc) · 867 Bytes
/
catalog-info.yaml
File metadata and controls
36 lines (35 loc) · 867 Bytes
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: backstage-app
description: Backstage ECS Service & Task
annotations:
github.com/project-slug: ServerlessOpsIO/backstage-app
spec:
type: application
lifecycle: production
owner: group:00gjdgxs1ur6lsu
system: backstage
domain: infrastructure
dependsOn:
- resource:backstage-app-container
- resource:backstage-cluster
- resource:backstage-db
---
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: backstage-app-container
description: Backstage ECS Service
annotations:
github.com/project-slug: ServerlessOpsIO/backstage-app
io.serverlessops/cluster-type: ecs
spec:
type: container-service
lifecycle: production
owner: group:00gjdgxs1ur6lsu
system: backstage
domain: infrastructure
dependsOn:
- resource:backstage-cluster