landscape/application/backstage/backstage.yaml aktualisiert
This commit is contained in:
parent
92b11b8ca5
commit
49fb2cff06
|
|
@ -1,10 +1,17 @@
|
||||||
apiVersion: backstage.io/v1alpha1
|
apiVersion: backstage.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
metadata:
|
metadata:
|
||||||
name: Backstage
|
name: backstage-app
|
||||||
|
title: "Backstage App"
|
||||||
|
annotations:
|
||||||
|
[lars-digital.com/container-name](https://lars-digital.com/container-name): "backstage_app"
|
||||||
|
[lars-digital.com/exposed-ports](https://lars-digital.com/exposed-ports): "3100:3000, 7007:7007"
|
||||||
spec:
|
spec:
|
||||||
type: website
|
type: service
|
||||||
lifecycle: experimental
|
lifecycle: production
|
||||||
owner: admin
|
owner: user:lars
|
||||||
|
system: home-lab-core
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/mariadb
|
- resource:backstage-stack
|
||||||
|
consumesApis:
|
||||||
|
- postgres-internal-api
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue