From 59f67774c9eac2ba3506dc244c045be4b1de2d9e Mon Sep 17 00:00:00 2001 From: Dimitris Karamanis <165998445+DimitrisKaramanis@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:47:34 +0200 Subject: [PATCH] docs: [DEVX-3250] Remove opslevel.yml and fix any remaining values in port-component.yaml (#35) * [DEVX-3250] Remove opslevel.yml and fix any remaining values in port-component.yaml * docs: [DEVX-3250] Remove OpsLevel file and add comments to the Port file --------- Co-authored-by: Victor Pascual --- opslevel.yml | 14 -------------- port-component.yaml | 8 +++++++- 2 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 opslevel.yml diff --git a/opslevel.yml b/opslevel.yml deleted file mode 100644 index fe33a83..0000000 --- a/opslevel.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -version: 1 -service: - name: S3 Cache Action - lifecycle: generally_available - owner: team-web-core - language: TypeScript - description: |- - Allows to skip a job if it already succeeded for the same repo state. Uses S3 for caching. - aliases: - - s3_cache_action - tags: - - key: type - value: library diff --git a/port-component.yaml b/port-component.yaml index 5effb67..7b58d84 100644 --- a/port-component.yaml +++ b/port-component.yaml @@ -3,6 +3,12 @@ # The team name must not include the `pleo-io/` prefix steward: team-web-core +# (optional) Add your slack channel name in case it doesn't have the format "<>-public" like for example "team-devx-public +# slack_channel: dummy-channel + +# (optional) The description for this component will be picked up from the related GitHub repository. If you need to provide a different one, you can use this field +# description: This is a description about your component + # Any tags relevant to your components and/or mandated by platform teams tags: @@ -29,7 +35,7 @@ tags: # (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" +# - name: "Grafana 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