From 9b44196b07d394b8a7992b420b6026b37e55c8c1 Mon Sep 17 00:00:00 2001 From: william Date: Mon, 9 Jun 2025 02:19:19 +0800 Subject: [PATCH] 1 --- gp2505/ingress.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gp2505/ingress.yaml b/gp2505/ingress.yaml index 4acd094..2444406 100644 --- a/gp2505/ingress.yaml +++ b/gp2505/ingress.yaml @@ -59,6 +59,20 @@ spec: name: download-api-service port: number: 80 + - path: /admin + pathType: Prefix + backend: + service: + name: download-api-service + port: + number: 80 + - path: /icon + pathType: Prefix + backend: + service: + name: download-api-service + port: + number: 80 - host: h5-g2505.qq.com http: paths: