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