mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 05:08:18 +08:00
Update minio/nextcloud port defaults
This commit is contained in:
@@ -118,7 +118,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 9001
|
||||
default: 9000
|
||||
required: true
|
||||
|
||||
- variable: minioHostPathEnabled
|
||||
|
||||
@@ -11,7 +11,7 @@ extraArgs: []
|
||||
updateStrategy: RollingUpdate
|
||||
|
||||
service:
|
||||
nodePort: 32000
|
||||
nodePort: 9000
|
||||
|
||||
environment:
|
||||
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
|
||||
|
||||
@@ -116,7 +116,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 9000
|
||||
default: 9001
|
||||
required: true
|
||||
|
||||
- variable: nextcloudDataHostPathEnabled
|
||||
|
||||
@@ -14,4 +14,4 @@ nextcloud:
|
||||
strategy: "Recreate"
|
||||
|
||||
service:
|
||||
nodePort: 9000
|
||||
nodePort: 9001
|
||||
|
||||
Reference in New Issue
Block a user