-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #395 from pagarme/fix-catalog-superboleto
fix: adjust catalog content
- Loading branch information
Showing
1 changed file
with
51 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,39 +2,54 @@ apiVersion: backstage.io/v1alpha1 | |
kind: System | ||
metadata: | ||
name: superbowleto | ||
title: Superbowleto | ||
title: superbowleto | ||
description: Sistema Responsável pela emissão de boletos no contexto do PSP | ||
namespace: pagarme | ||
namespace: pagarme-psp | ||
links: | ||
- url: "https://github.com/pagarme/superbowleto/blob/master/README.md" | ||
title: Documentação técnica | ||
icon: dashboard | ||
annotations: | ||
github.com/project-slug: pagarme/superbowleto | ||
pagar.me/ci: github-actions | ||
pagar.me/cd: circleci | ||
pagar.me/cd: github-actions | ||
stone.co/sox: "true" | ||
stone.co/pii: "true" | ||
spec: | ||
type: backend | ||
owner: pagarme/processing-banks | ||
lifecycle: production | ||
--- | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: superbowleto-server | ||
title: Superbowleto-server | ||
title: superbowleto-server | ||
description: Servidor responsável por receber requests http | ||
namespace: pagarme | ||
namespace: pagarme-psp | ||
annotations: | ||
legacy.stone.tech/owner-email: [email protected] | ||
github.com/project-slug: pagarme/superbowleto | ||
pagar.me/ci: github-actions | ||
pagar.me/cd: circleci | ||
pagar.me/cd: github-actions | ||
stone.co/sox: "true" | ||
stone.co/pii: "true" | ||
legacy.stone.tech/prod-date: "2023-09-25" | ||
stone.tech/cloud-accounts: aws/pagarme | ||
labels: | ||
legacy.stone.tech/internal-user-auth-base: not-applicable | ||
legacy.stone.tech/access-request-type: service-now-pagarme | ||
legacy.stone.tech/handle-lgpd: "true" | ||
legacy.stone.tech/customer-auth-method: not-applicable | ||
stone.tech/endpoint-type: none | ||
links: | ||
- url: https://github.com/pagarme/superbowleto/actions | ||
title: CD Pipeline | ||
- url: https://app.datadoghq.com/dashboard/2va-q6a-rni/boleto?refresh_mode=sliding&from_ts=1695666589978&to_ts=1695667489978&live=true | ||
title: Monitoring | ||
- url: https://pagarme.app.opsgenie.com/service/list | ||
title: Incident Manager | ||
spec: | ||
type: backend | ||
type: service | ||
lifecycle: production | ||
owner: pagarme/processing-banks | ||
system: pagarme/superbowleto | ||
|
@@ -46,17 +61,33 @@ apiVersion: backstage.io/v1alpha1 | |
kind: Component | ||
metadata: | ||
name: superbowleto-worker | ||
title: Superbowleto-worker | ||
title: superbowleto-worker | ||
description: Worker responsável por receber mensagens do SQS para retentativa de emissão | ||
namespace: pagarme | ||
namespace: pagarme-psp | ||
annotations: | ||
legacy.stone.tech/owner-email: [email protected] | ||
github.com/project-slug: pagarme/superbowleto | ||
pagar.me/ci: github-actions | ||
pagar.me/cd: circleci | ||
pagar.me/cd: github-actions | ||
stone.co/sox: "true" | ||
stone.co/pii: "true" | ||
legacy.stone.tech/prod-date: "2023-09-25" | ||
stone.tech/cloud-accounts: aws/pagarme | ||
labels: | ||
legacy.stone.tech/internal-user-auth-base: not-applicable | ||
legacy.stone.tech/access-request-type: service-now-pagarme | ||
legacy.stone.tech/handle-lgpd: "true" | ||
legacy.stone.tech/customer-auth-method: not-applicable | ||
stone.tech/endpoint-type: none | ||
links: | ||
- url: https://github.com/pagarme/superbowleto/actions | ||
title: CD Pipeline | ||
- url: https://app.datadoghq.com/dashboard/2va-q6a-rni/boleto?refresh_mode=sliding&from_ts=1695666589978&to_ts=1695667489978&live=true | ||
title: Monitoring | ||
- url: https://pagarme.app.opsgenie.com/service/list | ||
title: Incident Manager | ||
spec: | ||
type: worker | ||
type: service | ||
lifecycle: production | ||
owner: pagarme/processing-banks | ||
system: pagarme/superbowleto | ||
|
@@ -69,12 +100,14 @@ apiVersion: backstage.io/v1alpha1 | |
kind: Resource | ||
metadata: | ||
name: live-superbowleto | ||
title: Superbowleto Database | ||
title: superbowleto-database | ||
description: Banco de dados da superbowleto | ||
namespace: pagarme | ||
namespace: pagarme-psp | ||
annotations: | ||
stone.co/sox: "true" | ||
stone.co/pii: "true" | ||
labels: | ||
stone.tech/dbms: postgresql | ||
spec: | ||
type: database | ||
owner: pagarme/processing-banks | ||
|
@@ -84,9 +117,9 @@ apiVersion: backstage.io/v1alpha1 | |
kind: Resource | ||
metadata: | ||
name: superbowleto-unregistered-boletos | ||
title: Superbowleto Unregistered Boletos | ||
title: superbowleto-unregistered-boletos | ||
description: Fila SQS de Boletos Não Registrados | ||
namespace: pagarme | ||
namespace: pagarme-psp | ||
annotations: | ||
github.com/project-slug: pagarme/superbowleto | ||
stone.co/sox: "true" | ||
|
@@ -100,9 +133,9 @@ apiVersion: backstage.io/v1alpha1 | |
kind: Resource | ||
metadata: | ||
name: superbowleto | ||
title: Superbowleto | ||
title: superbowleto | ||
description: Repositório da superbowleto no Github | ||
namespace: pagarme | ||
namespace: pagarme-psp | ||
annotations: | ||
github.com/project-slug: pagarme/superbowleto | ||
stone.co/sox: "true" | ||
|