This commit is contained in:
Daniel Weissmall 2023-06-14 18:48:00 +03:00
parent 18083e9bb3
commit de1b8b472a
2 changed files with 12 additions and 1 deletions

11
api/api-component.yaml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: hello-world
description: Hello World example for gRPC
spec:
type: grpc
lifecycle: deprecated
owner: team-c
definition:
$text: example.yaml

View File

@ -5,4 +5,4 @@ metadata:
description: A collection of Athena APIs
spec:
targets:
- ../api/example.yaml
- ../api/api-component.yaml