mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 10:39:46 +08:00
NAS-121758 / 23.10 / Change default NodePort for storj (#1171)
* Change default NodePort for storj * bump version
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user