Skip to content

Commit

Permalink
Merge pull request #395 from pagarme/fix-catalog-superboleto
Browse files Browse the repository at this point in the history
fix: adjust catalog content
  • Loading branch information
brunoglm authored Sep 25, 2023
2 parents 56b33eb + d4cf88f commit 9bfbd0b
Showing 1 changed file with 51 additions and 18 deletions.
69 changes: 51 additions & 18 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 9bfbd0b

Please sign in to comment.