fix(apps): revert combine ports (#3119)

* Revert "chore(apps): combine some ports"

This reverts commit 6c3a74ab81c77e49a7a115f991862ba920092d51.

* Revert "lints"

This reverts commit b7f3ef949e26b4c4593b69dc2e910ff9dada932f.

* bumps
This commit is contained in:
Stavros Kois
2022-07-10 11:21:55 +02:00
committed by GitHub
parent 9381ef3476
commit a4b896dabf
37 changed files with 355 additions and 152 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: ipfs
version: 3.0.12
version: 3.0.13
appVersion: "0.13.1"
description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects.
type: application
+10 -2
View File
@@ -171,8 +171,8 @@ questions:
schema:
type: int
default: 5001
- variable: peer
label: "Peer Service"
- variable: peer-tcp
label: "Peer-TCP Service"
description: "The Peer-TCP service."
schema:
additional_attrs: true
@@ -231,6 +231,14 @@ questions:
schema:
type: int
default: 4001
- variable: peer-udp
label: "Peer-UDP Service"
description: "The Peer-udp service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelector}
- variable: peer-udp
label: "Peer-UDP Service Port Configuration"
schema:
+4 -1
View File
@@ -22,13 +22,16 @@ service:
main:
port: 10125
targetPort: 5001
peer:
peer-tcp:
enabled: true
ports:
peer-tcp:
enabled: true
targetPort: 4001
port: 4001
peer-udp:
enabled: true
ports:
peer-udp:
protocol: UDP
enabled: true