Skip to content

Commit d45c4fa

Browse files
[DEVX-3103] Service catalogue configuration, migration from OpsLevel to Port
1 parent 391854b commit d45c4fa

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

port-component.yaml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
# (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
3+
# The team name must not include the `pleo-io/` prefix
4+
steward: team-accounts-payable
5+
6+
# Any tags relevant to your components and/or mandated by platform teams
7+
tags:
8+
9+
# Describes type of component the repository defines.
10+
#
11+
# Use:
12+
# - `type: service` for web services (moons)
13+
# - `type: application` for downloadable software (such as an iOS/Android app,
14+
# CLI tool, standalone executable). This also includes e.g. web apps.
15+
# - `type: library` for software used by other components
16+
# - `type: configuration` for repos that contain pure configuration (such as
17+
# setup of DangerJS or Renovate).
18+
# - `type: documentation` for repos that mostly contain documentation.
19+
# - `type: hiring-challenge` for our hiring challenges.
20+
type: library
21+
open-source: "true"
22+
23+
# (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.
24+
# Example: Terraform folder which hosts the architecture definition for a backend service (moon)
25+
# related_repositories:
26+
# - name: pleo-io/terraform
27+
# path: /components/moons/potato
28+
# provider: terraform
29+
# display_name: potato @ terraform
30+
31+
# (optional) Any internal or external tool linked to this application such as monitors, logs, documentation, third-party apps, etc.
32+
# tools:
33+
# - name: "Datadog logs: product-dev"
34+
# 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
35+
36+
# (optional) The notion page related to this application or owning team
37+
# notion: https://www.notion.so/pleo/
38+
39+
# (optional) A linear view with issues relevant to this application or a link to the linear team for the owning team
40+
# linear: https://linear.app/pleo/

0 commit comments

Comments
 (0)