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