mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Merge pull request #50 from liatrio/backstage-integration
Add Spring-Petclinic to Backstage
This commit is contained in:
commit
53990009f8
1 changed files with 17 additions and 0 deletions
17
catalog-info.yaml
Normal file
17
catalog-info.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Component
|
||||||
|
metadata:
|
||||||
|
name: spring-petclinic
|
||||||
|
description: Older application used at various times in the Devops Bootcamp
|
||||||
|
annotations:
|
||||||
|
github.com/project-slug: 'liatrio/spring-petclinic'
|
||||||
|
tags:
|
||||||
|
- bootcamp
|
||||||
|
links:
|
||||||
|
- url: https://devops-bootcamp.liatr.io/#/1-introduction/overview
|
||||||
|
title: Devops Bootcamp
|
||||||
|
icon: dashboard
|
||||||
|
spec:
|
||||||
|
type: website
|
||||||
|
lifecycle: production
|
||||||
|
owner: liatrio
|
Loading…
Reference in a new issue