From 5512da772f2c32bd648e5874d996aa2867f3ec7a Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 15 Jul 2026 16:28:48 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A5=E5=85=A5=20SelfMedia=20?= =?UTF-8?q?=E5=85=B1=E4=BA=AB=20HTTPS=20edge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/platform-infra/public-edge.yaml | 6 ++++++ config/selfmedia.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/config/platform-infra/public-edge.yaml b/config/platform-infra/public-edge.yaml index 7d055474..098ce9e8 100644 --- a/config/platform-infra/public-edge.yaml +++ b/config/platform-infra/public-edge.yaml @@ -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 diff --git a/config/selfmedia.yaml b/config/selfmedia.yaml index c0ca9dfe..2169933d 100644 --- a/config/selfmedia.yaml +++ b/config/selfmedia.yaml @@ -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