feat(IPCEICIS-1835): ✨ Initial commit
Provided a basic example configuration for a new catalog entity
This commit is contained in:
commit
a658c704eb
2 changed files with 19 additions and 0 deletions
11
catalog-entity.yaml
Normal file
11
catalog-entity.yaml
Normal 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
8
catalog-info.yaml
Normal 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
|
Loading…
Reference in a new issue