feat: 部署 Backstage 门户第一版
yaml / yaml (pull_request) Successful in 22s

This commit is contained in:
2026-09-25 16:09:23 +00:00
parent 7a62dde601
commit 29b3bdeeb1
11 changed files with 224 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: backstage
namespace: flux-system
spec:
dependsOn:
- name: envoy-gateway
- name: external-secrets
healthChecks:
- apiVersion: apps/v1
kind: Deployment
name: backstage
namespace: backstage
interval: 10m
path: ./apps/backstage
prune: true
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m
wait: true