feat(IPCEICIS-1835): Initial commit

Provided a basic example configuration for a new catalog entity
This commit is contained in:
Daniel Sy 2025-01-15 09:36:07 +01:00
commit a658c704eb
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3
2 changed files with 19 additions and 0 deletions

11
catalog-entity.yaml Normal file
View file

@ -0,0 +1,11 @@
apiVersion: backstage.io/v1alpha1
kind: ApiGatewayDefinition
metadata:
name: example-api-gateway
description: An example API gateway definition
spec:
type: openapi
lifecycle: production
owner: team-api
definition:
$text: https://example.com/api-spec.yaml

8
catalog-info.yaml Normal file
View file

@ -0,0 +1,8 @@
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
name: custom-entities
description: Our custom entity definitions
spec:
targets:
- ./custom-entity.yaml