23 lines
524 B
YAML
23 lines
524 B
YAML
---
|
|
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-system
|
|
apiVersion: backstage.io/v1alpha1
|
|
kind: System
|
|
metadata:
|
|
name: examples
|
|
spec:
|
|
owner: guests
|
|
---
|
|
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
|
|
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: Athena
|
|
annotations:
|
|
backstage.io/techdocs-ref: dir:.
|
|
spec:
|
|
type: documentation
|
|
lifecycle: production
|
|
owner: guests
|
|
system: examples
|
|
providesApis: [example-grpc-api]
|