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

* Change default NodePort for storj

* bump version
This commit is contained in:
Stavros Kois
2023-05-03 14:34:11 +03:00
committed by GitHub
parent 0ca3c00e8e
commit 240b3507ab
2 changed files with 6 additions and 2 deletions

View File

@@ -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'

View File

@@ -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