feat: 接入 SelfMedia 共享 HTTPS edge
This commit is contained in:
@@ -56,3 +56,9 @@ targets:
|
||||
- id: webterm
|
||||
configRef: config/platform-infra/webterm.yaml
|
||||
path: targets[id=local-7683].publicExposure
|
||||
- id: selfmedia-development
|
||||
configRef: config/selfmedia.yaml
|
||||
path: delivery.targets.NC01.deployment.publicExposure.edge
|
||||
- id: selfmedia-production
|
||||
configRef: config/selfmedia.yaml
|
||||
path: delivery.targets.NC01_PRODUCTION.deployment.publicExposure.edge
|
||||
|
||||
@@ -154,7 +154,10 @@ delivery:
|
||||
name: selfmedia-public-edge
|
||||
image: caddy:2.10.2-alpine
|
||||
containerPort: 8080
|
||||
hostname: media-dev.hwpod.com
|
||||
expectedA: 152.53.229.148
|
||||
upstream: selfmedia.selfmedia.svc.cluster.local:4317
|
||||
healthPath: /healthz
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
@@ -296,7 +299,10 @@ delivery:
|
||||
hostPort: 4319
|
||||
edge:
|
||||
name: selfmedia-production-public-edge
|
||||
hostname: media.hwpod.com
|
||||
expectedA: 152.53.229.148
|
||||
upstream: selfmedia-production.selfmedia-production.svc.cluster.local:4317
|
||||
healthPath: /healthz
|
||||
storage:
|
||||
media:
|
||||
claimName: selfmedia-production-data
|
||||
|
||||
Reference in New Issue
Block a user