We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffc36e commit 2721bc0Copy full SHA for 2721bc0
backstage.yaml
@@ -141,3 +141,27 @@ spec:
141
system: metadata
142
owner: dapla-metadata-developers
143
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