Skip to content

Commit

Permalink
Backstage: Add dependency to varnish cache (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther authored Dec 2, 2024
1 parent b3f42ae commit 094285b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
title: Klass API Service
name: klass-api-service
description:
Spring Boot applications that handles classifications for SSB. Klass provides a REST api that clients can use to read classifications.
Spring Boot application that handles classifications for SSB. Klass provides a REST api that clients can use to read classifications.
tags:
- dapla
- on-prem
- metadata
- java
- classification
Expand All @@ -22,6 +22,7 @@ spec:
- klass-api
dependsOn:
- resource:klass-mariadb
- component:ssbno-varnish
---
apiVersion: backstage.io/v1alpha1
kind: API
Expand All @@ -47,7 +48,7 @@ metadata:
description:
A Vaadin frontend for maintaining classifications for Klass.
tags:
- dapla
- on-prem
- metadata
- java
- vaadin
Expand All @@ -70,6 +71,7 @@ metadata:
title: Klass MariaDB
description: MariaDB database storing Klass data
tags:
- on-prem
- database
spec:
type: database
Expand Down

0 comments on commit 094285b

Please sign in to comment.