Преглед на файлове

NAS-121758 / 23.10 / Change default NodePort for storj (#1171)

* Change default NodePort for storj

* bump version
Stavros Kois преди 2 години
родител
ревизия
240b3507ab
променени са 2 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 1 1
      library/ix-dev/charts/storj/Chart.yaml
  2. 5 1
      library/ix-dev/charts/storj/questions.yaml

+ 1 - 1
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'

+ 5 - 1
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. </br>
+      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