landscape/application/backstage/backstage.yaml aktualisiert
This commit is contained in:
parent
92b11b8ca5
commit
49fb2cff06
|
|
@ -1,10 +1,17 @@
|
|||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
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:
|
||||
type: website
|
||||
lifecycle: experimental
|
||||
owner: admin
|
||||
type: service
|
||||
lifecycle: production
|
||||
owner: user:lars
|
||||
system: home-lab-core
|
||||
dependsOn:
|
||||
- component:default/mariadb
|
||||
- resource:backstage-stack
|
||||
consumesApis:
|
||||
- postgres-internal-api
|
||||
|
|
|
|||
Loading…
Reference in New Issue