From a7896d0eb7627c984e4feabe2b7ff789942cc5f2 Mon Sep 17 00:00:00 2001 From: Dimitris Karamanis Date: Fri, 6 Dec 2024 12:37:03 +0100 Subject: [PATCH] [DEVX-3103] Service catalogue configuration, migration from OpsLevel to Port --- port-component.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 port-component.yaml diff --git a/port-component.yaml b/port-component.yaml new file mode 100644 index 0000000..5effb67 --- /dev/null +++ b/port-component.yaml @@ -0,0 +1,39 @@ +--- +# (required) Owner must map to a valid automated-teams team name, which should be a child team of https://github.com/orgs/pleo-io/teams/automated-teams +# The team name must not include the `pleo-io/` prefix +steward: team-web-core + +# Any tags relevant to your components and/or mandated by platform teams +tags: + + # Describes type of component the repository defines. + # + # Use: + # - `type: service` for web services (moons) + # - `type: application` for downloadable software (such as an iOS/Android app, + # CLI tool, standalone executable). This also includes e.g. web apps. + # - `type: library` for software used by other components + # - `type: configuration` for repos that contain pure configuration (such as + # setup of DangerJS or Renovate). + # - `type: documentation` for repos that mostly contain documentation. + # - `type: hiring-challenge` for our hiring challenges. + type: library + +# (optional) Relevant repositories which are relevant to this component excluding the repository hosting this file. The current repository will be linked by default in Port. +# Example: Terraform folder which hosts the architecture definition for a backend service (moon) +# related_repositories: +# - name: pleo-io/terraform +# path: /components/moons/potato +# provider: terraform +# display_name: potato @ terraform + +# (optional) Any internal or external tool linked to this application such as monitors, logs, documentation, third-party apps, etc. +# tools: +# - name: "Datadog logs: product-dev" +# url: https://app.datadoghq.eu/logs?query=env%3Aproduct-dev&agg_m=count&agg_m_source=base&agg_t=count&messageDisplay=inline&storage=hot&stream_sort=desc&viz=streams + +# (optional) The notion page related to this application or owning team +# notion: https://www.notion.so/pleo/ + +# (optional) A linear view with issues relevant to this application or a link to the linear team for the owning team +# linear: https://linear.app/pleo/