Add some testdata for subcomponents
This commit is contained in:
@@ -15,4 +15,6 @@ spec:
|
||||
- ./components/www-artist-component.yaml
|
||||
- ./components/shuffle-api-component.yaml
|
||||
- ./components/wayback-archive-component.yaml
|
||||
- ./components/wayback-archive-ingestion-component.yaml
|
||||
- ./components/wayback-archive-storage-component.yaml
|
||||
- ./components/wayback-search-component.yaml
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: wayback-archive-ingestion
|
||||
description: Ingestion subsystem of the Wayback Archive
|
||||
spec:
|
||||
type: service
|
||||
lifecycle: production
|
||||
owner: team-d
|
||||
subcomponentOf: wayback-archive
|
||||
@@ -0,0 +1,10 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: wayback-archive-storage
|
||||
description: Storage subsystem of the Wayback Archive
|
||||
spec:
|
||||
type: service
|
||||
lifecycle: production
|
||||
owner: team-a
|
||||
subcomponentOf: wayback-archive
|
||||
Reference in New Issue
Block a user