fix: 收敛共享公网边缘兼容边界

This commit is contained in:
Codex
2026-07-15 13:22:11 +02:00
parent 5aa4efdafa
commit 1b72401d70
10 changed files with 185 additions and 215 deletions
+58
View File
@@ -0,0 +1,58 @@
version: 1
kind: platform-infra-public-edge
metadata:
id: public-edge
owner: platform-infra
relatedIssues:
- 2181
defaults:
targetId: NC01
targets:
NC01:
route: NC01
publicAddress: 152.53.229.148
isolation:
excludedRoutes:
- PK01
preservedUdpPorts:
- 443
listener:
httpPort: 80
httpsPort: 443
protocols:
- h1
- h2
runtime:
image: caddy:2.10.2-alpine
containerName: pikaoa-edge
workDir: /opt/unidesk/pikaoa-edge
composePath: /opt/unidesk/pikaoa-edge/docker-compose.yaml
caddyfilePath: /opt/unidesk/pikaoa-edge/Caddyfile
dataDir: /var/lib/unidesk/pikaoa-edge/caddy-data
configDir: /var/lib/unidesk/pikaoa-edge/caddy-config
responseHeaderTimeoutSeconds: 60
sites:
- id: pikaoa-development
configRef: config/pikaoa.yaml
path: testRuntime.targets.NC01
- id: pikaoa-production
configRef: config/pikaoa.yaml
path: releaseRuntime.targets.NC01
- id: vpn-subscription
configRef: config/platform-infra/vpn-subscription.yaml
path: targets.NC01.publicExposure
- id: hwlab-development
configRef: config/hwlab-node-control-plane.yaml
path: targets[id=nc01-v03].publicExposure
- id: hwlab-production
configRef: config/hwlab-node-control-plane.yaml
path: targets[id=nc01-production].publicExposure
- id: unidesk
configRef: config/frontend.yaml
path: publicExposure
- id: webterm
configRef: config/platform-infra/webterm.yaml
path: targets[id=local-7683].publicExposure