Commit 9f876dc9 authored by Waqar Ahmed's avatar Waqar Ahmed

Update minio/nextcloud port defaults

parent 53ce8cd1
...@@ -118,7 +118,7 @@ questions: ...@@ -118,7 +118,7 @@ questions:
type: int type: int
min: 9000 min: 9000
max: 65535 max: 65535
default: 9001 default: 9000
required: true required: true
- variable: minioHostPathEnabled - variable: minioHostPathEnabled
......
...@@ -11,7 +11,7 @@ extraArgs: [] ...@@ -11,7 +11,7 @@ extraArgs: []
updateStrategy: RollingUpdate updateStrategy: RollingUpdate
service: service:
nodePort: 32000 nodePort: 9000
environment: environment:
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html ## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
...@@ -116,7 +116,7 @@ questions: ...@@ -116,7 +116,7 @@ questions:
type: int type: int
min: 9000 min: 9000
max: 65535 max: 65535
default: 9000 default: 9001
required: true required: true
- variable: nextcloudDataHostPathEnabled - variable: nextcloudDataHostPathEnabled
......
...@@ -14,4 +14,4 @@ nextcloud: ...@@ -14,4 +14,4 @@ nextcloud:
strategy: "Recreate" strategy: "Recreate"
service: service:
nodePort: 9000 nodePort: 9001
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment