diff --git a/landscape/api/backstage_db_app_api.yaml b/landscape/api/backstage_db_app_api.yaml new file mode 100644 index 0000000..87334e5 --- /dev/null +++ b/landscape/api/backstage_db_app_api.yaml @@ -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 \ No newline at end of file