initial commit

Change-Id: I80f911b3ee68264927839ebee517d37bc3b71c9b
This commit is contained in:
Scaffolder
2026-06-24 07:04:35 +00:00
commit 1b122886f9
14 changed files with 688 additions and 0 deletions

23
catalog-info.yaml Normal file
View File

@@ -0,0 +1,23 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: bokdev-sample
description: bokdev-sample
annotations:
# Gitea 소스 위치 — Backstage 가 repo 를 연결.
backstage.io/source-location: url:https://gitea.bokdev.in/playground/bokdev-sample
# Kubero 배포 앱 — 미리보기/배포 URL.
bokdev.in/kubero-app: bokdev-sample
bokdev.in/app-url: https://bokdev-sample.playground.bokdev.in
tags:
- ai-dev
- nodejs
spec:
type: service
lifecycle: experimental
owner: group:default/playground
system: ai-dev-platform
# 이 앱이 사용하는 공용 리소스 — 개발은 .project-env, 배포는 kubero env 로 자동 주입.
dependsOn:
- resource:default/appdb
- resource:default/minio