aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/ipfs
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-23 21:00:31 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-23 21:00:31 +0000
commit76a41004554c84071703c7d20de3a7bb773b3f6b (patch)
tree36731f546c4a92ad363d6bc09dad191bc165b1dd /kubernetes/ipfs
parentupdate (diff)
downloadscripts-76a41004554c84071703c7d20de3a7bb773b3f6b.tar.gz
scripts-76a41004554c84071703c7d20de3a7bb773b3f6b.zip
update
Diffstat (limited to 'kubernetes/ipfs')
-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"