Files
homelab-infra/apps/backstage/service.yaml
T
panxiao81 29b3bdeeb1
yaml / yaml (pull_request) Successful in 22s
feat: 部署 Backstage 门户第一版
2026-09-25 16:09:23 +00:00

14 lines
222 B
YAML

apiVersion: v1
kind: Service
metadata:
name: backstage
namespace: backstage
spec:
selector:
app.kubernetes.io/name: backstage
ports:
- name: http
port: 7007
protocol: TCP
targetPort: http