From 240b3507abfb01e5e1d5c15c2f846a35c9a43c6b Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 3 May 2023 14:34:11 +0300 Subject: [PATCH] NAS-121758 / 23.10 / Change default NodePort for storj (#1171) * Change default NodePort for storj * bump version --- library/ix-dev/charts/storj/Chart.yaml | 2 +- library/ix-dev/charts/storj/questions.yaml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/library/ix-dev/charts/storj/Chart.yaml b/library/ix-dev/charts/storj/Chart.yaml index 4e19afb092..e9b8f8c5d5 100644 --- a/library/ix-dev/charts/storj/Chart.yaml +++ b/library/ix-dev/charts/storj/Chart.yaml @@ -3,7 +3,7 @@ description: Share your storage on the internet and earn. annotations: title: Storj type: application -version: 1.0.9 +version: 1.0.10 apiVersion: v2 appVersion: v1.68.2 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/storj/questions.yaml b/library/ix-dev/charts/storj/questions.yaml index 42d46a909b..1ba9424e80 100644 --- a/library/ix-dev/charts/storj/questions.yaml +++ b/library/ix-dev/charts/storj/questions.yaml @@ -32,12 +32,16 @@ questions: required: true - variable: nodePort label: "Node Port for Storj" + description: | + This port will be used for both TCP and UDP traffic.
+ Note that this port must be open on your firewall and that internal + Storj port will not be affected by this change, but only the external (Node Port) group: Networking schema: type: int min: 9000 max: 65535 - default: 20988 + default: 28967 required: true - variable: dnsConfig