Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Backstage integration files #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: global-dispatcher-service
annotations:
github.com/project-slug: pokt-foundation/global-services
github.com/team-slug: pokt-foundation/backend
backstage.io/techdocs-ref: dir:.
tags:
- go
spec:
type: service
lifecycle: production
owner: backend
system: portal
dependsOn:
- pocket-http-db
- portal-api-go
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: fishermen-service
annotations:
github.com/project-slug: pokt-foundation/global-services
github.com/team-slug: pokt-foundation/backend
backstage.io/techdocs-ref: dir:.
tags:
- go
spec:
type: service
lifecycle: production
owner: backend
system: portal
dependsOn:
- pocket-http-db
- portal-api-go
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cherry-picker-data-service
annotations:
github.com/project-slug: pokt-foundation/global-services
github.com/team-slug: pokt-foundation/backend
backstage.io/techdocs-ref: dir:.
tags:
- go
spec:
type: service
lifecycle: production
owner: backend
system: portal
dependsOn:
- pocket-http-db
- portal-api-go
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Overview

Global services are a collection of services meant to be run on all the regions where the
portal-api is deployed. These services provide additional features to the portal-api and also
allow external entities to consume ephemeral data generated by the API.
8 changes: 8 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
site_name: "Relay Meter"
site_description: "Documentation for the Global services"

nav:
- Home: index.md

plugins:
- techdocs-core