-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
68 lines (66 loc) · 2.16 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
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: multideploy
# namespace: default
description: multicloud poc
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: xgeekshq/multideploy
tags: ['service', 'nestjs', 'api', 'rest']
links:
- url: https://idp.xgeeks.tech/catalog/default/template/poc-multicluster
title: Source Template
icon: docs
- url: https://github.com/xgeekshq/multideploy.git
title: Project Source Code Repository
icon: github
- url: https://github.com/xgeekshq/multideploy_deployment.git
title: Project Deployment Repository
icon: github
- url: https://multideploy-dev.xgeeks.tech
title: Project Website
icon: website
- url: https://multideploy-dev.xgeeks.tech/api
title: Project OpenApi Spec Website
icon: website
- url: https://argocd.xgeeks.tech/applications/argocd/multideploy-dev?view=tree&resource=
title: ArgoCD Dashboard
icon: dashboard
spec:
type: service
lifecycle: experimental # REQUIRED, usually = production | experimental | deprecated
owner: group:default/idp_training
providesApis:
- multideploy-api
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: multideploy-api
description: multicloud poc
annotations:
github.com/project-slug: xgeekshq/multideploy
tags: ['api', 'rest']
links:
- url: https://idp.xgeeks.tech/catalog/default/template/poc-multicloud
title: Source Template
icon: docs
- url: https://github.com/xgeekshq/multideploy.git
title: Project Source Code Repository
icon: github
- url: https://github.com/xgeekshq/multideploy_deployment.git
title: Project Deployment Repository
icon: github
- url: https://multideploy-dev.xgeeks.tech
title: Project Website
icon: website
- title: ArgoCD Dashboard
icon: dashboard
url: https://argocd.xgeeks.tech/applications/argocd/multideploy-dev?view=tree&resource=
spec:
type: openapi
lifecycle: experimental # REQUIRED, usually = production | experimental | deprecated
owner: group:default/idp_training
definition:
$text: ./openapi-spec.yaml