custom-catalog-entity/catalog-entity.yaml
Daniel Sy b5454f27f1
feat(IPCEICIS-1835): 👽 Added api specification as local file
backstage wanted me the explicitly example.com to look up the api specification. Since this is just a dummy example, I generated an api spec myself and put it here
2025-01-16 09:20:25 +01:00

11 lines
253 B
YAML

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: ./api-spec.yaml