-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
83 lines (83 loc) · 2.3 KB
/
catalog-info.yaml
File metadata and controls
83 lines (83 loc) · 2.3 KB
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
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: analysis-platform
title: Analysis Platform
description: >
The data analysis workflows platform deployment. The deployment consists of a backbone of
Argo Workflows is deployed alongside accompanying services and a monitoring stack with
continuous delivery is achieved with ArgoCD.
tags:
- kubernetes
- argo-workflows
- argo-cd
- kyverno
- vcluster
- monitoring
spec:
owner: group:data-analysis
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: analysis-platform-backend
title: Analysis Platform Backend
description: Backend services combined with infrastructure to run workflows
tags:
- rust
- kubernetes
annotations:
github.com/project-slug: DiamondLightSource/workflows/backend
diamond.ac.uk/viewdocs-url: https://diamondlightsource.github.io/workflows/docs/
spec:
type: service
lifecycle: production
owner: group:data-analysis
system: analysis-platform
dependsOn:
- resource:ispyb-database
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: analysis-platform-cli
title: Analysis Platform CLI
description: CLI tool to lint, submit workflow templates as well as create repositories that will provide template boilerplate
tags:
- rust
annotations:
github.com/project-slug: DiamondLightSource/workflows/workflows-cli
diamond.ac.uk/viewdocs-url: https://diamondlightsource.github.io/workflows/docs/
spec:
type: service
lifecycle: production
owner: group:data-analysis
system: analysis-platform
dependsOn:
- component:analysis-platform-backend
- resource:ispyb-database
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: analysis-platform-frontend
title: Analysis Platform Frontend
description: Frontend dashboard for workflows platform using material ui (mui) components
tags:
- typescript
- mui
- react
- react-18
- yarn
- vite
annotations:
github.com/project-slug: DiamondLightSource/workflows/frontend
diamond.ac.uk/viewdocs-url: https://diamondlightsource.github.io/workflows/docs/
spec:
type: service
lifecycle: production
owner: group:data-analysis
system: analysis-platform
dependsOn:
- component:analysis-platform-backend
- component:sci-react-ui