Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backstage: Add dependency to varnish cache #191

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading