Skip to content

Commit

Permalink
Create catalog-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thavelock authored Aug 21, 2024
1 parent 308596a commit 49d92c7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions catalog-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: juiceshop
title: Juiceshop
description: |
Payment Application for our company
labels:
tier: "3"
tags:
- test
- js
- demo
annotations:
github.com/project-slug: somerset-inc/juice-shop-goof
spec:
type: service
owner: group:somerset-inc/cs-goof-back-end
lifecycle: production
system: JuiceShop-Payment-App
providesApis:
- juice-shop-goof
dependsOn:
- Component:juice-shop-goof-2
- Resource:sample-s3-bucket

0 comments on commit 49d92c7

Please sign in to comment.