Unable to access ipfs gateway using ingress

130 Views Asked by At

I have deployed Private IPFS cluster in kubernetes with clusterIP service.

I am able to add and access files to ipfs using ipfs-cluster-ctl command line tool by port-forwarding the ClusterIP service to the local.

Now I have created an ingress which will redirect the requests to the ClusterIP service. But, unable to add and view the files using ingress. Used haproxy ingress controller for my cluster.

For eg, my ipfs ingress endpoint is abc.ipfs.example.com. I am trying to access it using https://abc.ipfs.example.com/ipfs/CID, which is not working.

Attaching the error that I am getting while accessing the ingress url in browser,

enter image description here

Also, attaching the ingress configuration here,

enter image description here

Can anyone please help me to achieve my need? Thanks in Advance.

0

There are 0 best solutions below