From c11e4e1908522dfc67e9f288f3021205e502f490 Mon Sep 17 00:00:00 2001 From: william Date: Fri, 25 Apr 2025 06:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E8=BD=BD=E7=AB=99?= =?UTF-8?q?=E7=9A=84ingress=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gp2504/ingress.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gp2504/ingress.yaml b/gp2504/ingress.yaml index d60176e..f548336 100644 --- a/gp2504/ingress.yaml +++ b/gp2504/ingress.yaml @@ -20,6 +20,7 @@ spec: - hosts: - api-g2504.qq.com - h5-g2504.qq.com + - down-g2504.qq.com - admin-g2504.qq.com - agent-g2504.qq.com secretName: tls-secret @@ -41,6 +42,23 @@ spec: name: external-service port: number: 80 + - host: down-g2504.qq.com + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: download-web-h5-service + port: + number: 80 + - path: /api + pathType: Prefix + backend: + service: + name: download-api-service + port: + number: 80 - host: h5-g2504.qq.com http: paths: