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

21 lines
405 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: backstage
namespace: backstage
spec:
parentRefs:
- name: eg
namespace: envoy-gateway-system
sectionName: https
hostnames:
- backstage.ad.ddupan.top
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- name: backstage
port: 7007