landscape/api/backstage_db_app_api.yaml hinzugefügt
This commit is contained in:
parent
2edb36ff65
commit
1875d438f5
|
|
@ -0,0 +1,14 @@
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: API
|
||||||
|
metadata:
|
||||||
|
name: backstage_db_app_api
|
||||||
|
title: "Postgres Internal SQL"
|
||||||
|
description: "Direktverbindung zwischen App und DB im Backstage-Netzwerk"
|
||||||
|
spec:
|
||||||
|
type: sql
|
||||||
|
lifecycle: production
|
||||||
|
owner: user:lars
|
||||||
|
definition: |
|
||||||
|
Host: backstage_db (Docker DNS)
|
||||||
|
Port: 5444
|
||||||
|
Database: postgres
|
||||||
Loading…
Reference in New Issue