Skip to content

Commit 2721bc0

Browse files
committed
Add Backstage Component
1 parent dffc36e commit 2721bc0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

backstage.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,27 @@ spec:
141141
system: metadata
142142
owner: dapla-metadata-developers
143143
lifecycle: production
144+
---
145+
apiVersion: backstage.io/v1alpha1
146+
kind: Component
147+
metadata:
148+
title: Klass Index Job
149+
name: klass-index-job
150+
description:
151+
Independent job which creates and updates the search index for Klass.
152+
tags:
153+
- metadata
154+
- java
155+
- classification
156+
- codelist
157+
- nais
158+
annotations:
159+
github.com/project-slug: statisticsnorway/klass
160+
spec:
161+
type: job
162+
owner: dapla-metadata-developers
163+
lifecycle: production
164+
system: metadata
165+
dependsOn:
166+
- resource:klass-postgresql
167+
- resource:klass-opensearch

0 commit comments

Comments
 (0)