Hello,
I would like to use my private ipfs gateway internally:
Curl
http://10.43.90.35:8080/ipfs/QmVmrV76aiVcULqGQfH8kYkQXzhpvtVYy9e7hAQXjt4AaQ
But I get:
Port 8080 after 0 ms: Connection refused
I have installed ipfs cluster in kubernetes:
apiVersion: v1
kind: Service
metadata:
name: ipfs-cluster-local
labels:
app: ipfs-cluster
namespace: ipfs-cluster
spec:
ports:
- name: swarm
targetPort: swarm
port: 4001
- name: swarm-udp
targetPort: swarm-udp
port: 4002
- name: ws
targetPort: ws
port: 8081
- name: http
targetPort: http
port: 8080
- name: api-http
targetPort: api-http
port: 9094
- name: proxy-http
targetPort: proxy-http
port: 9095
Result:
Gateway server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready