aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/ipfs/ipfs-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/ipfs/ipfs-deployment.yaml')
-rw-r--r--kubernetes/ipfs/ipfs-deployment.yaml14
1 files changed, 13 insertions, 1 deletions
diff --git a/kubernetes/ipfs/ipfs-deployment.yaml b/kubernetes/ipfs/ipfs-deployment.yaml
index 41e1a29..12f50a1 100644
--- a/kubernetes/ipfs/ipfs-deployment.yaml
+++ b/kubernetes/ipfs/ipfs-deployment.yaml
@@ -18,6 +18,8 @@ spec:
- name: ipfs
image: linuxserver/ipfs:2.13.0
ports:
+ - containerPort: 80
+ - containerPort: 443
- containerPort: 4001
- containerPort: 5001
- containerPort: 8080
@@ -45,9 +47,19 @@ spec:
port: 5001
targetPort: 5001
nodePort: 30402
- name: "ipfs-tcp-80"
+ name: "ipfs-tcp-5001"
- protocol: TCP
port: 8080
targetPort: 8080
nodePort: 30403
+ name: "ipfs-tcp-8080"
+ - protocol: TCP
+ port: 80
+ targetPort: 80
+ nodePort: 30404
+ name: "ipfs-tcp-80"
+ - protocol: TCP
+ port: 443
+ targetPort: 443
+ nodePort: 30405
name: "ipfs-tcp-443"