From ae2862d9f0c03ce02b6a202f0f3210844c66875c Mon Sep 17 00:00:00 2001 From: Sense T Date: Mon, 18 May 2026 06:47:04 +0000 Subject: [PATCH] =?UTF-8?q?ipfs=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ipfs/ingress.yaml | 35 +++++++++++++++++++++++++++++++++++ ipfs/services.yaml | 3 +-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/ipfs/ingress.yaml b/ipfs/ingress.yaml index e7b30a3..80b54c8 100644 --- a/ipfs/ingress.yaml +++ b/ipfs/ingress.yaml @@ -16,6 +16,41 @@ spec: name: ipfs-svc port: number: 5001 + - pathType: Prefix + path: "/webui" + backend: + service: + name: ipfs-svc + port: + number: 5001 + - pathType: Prefix + path: "/ipfs" + backend: + service: + name: ipfs-svc + port: + number: 8080 + - pathType: Prefix + path: "/ipns" + backend: + service: + name: ipfs-svc + port: + number: 8080 + - pathType: Prefix + path: "/mfs" + backend: + service: + name: ipfs-svc + port: + number: 8080 + - pathType: Prefix + path: "/routing" + backend: + service: + name: ipfs-svc + port: + number: 8080 - pathType: Prefix path: "/" backend: diff --git a/ipfs/services.yaml b/ipfs/services.yaml index d806781..e1ab583 100644 --- a/ipfs/services.yaml +++ b/ipfs/services.yaml @@ -46,7 +46,6 @@ spec: - port: 8080 targetPort: ipfs-webui name: webui - ipFamilyPolicy: PreferDualStack + ipFamilyPolicy: SingleStack ipFamilies: - IPv4 - - IPv6 \ No newline at end of file