diff --git a/test/minio/8.0.5/questions.yaml b/test/minio/8.0.5/questions.yaml index 134d32c4d72..d2e4e33d9e9 100644 --- a/test/minio/8.0.5/questions.yaml +++ b/test/minio/8.0.5/questions.yaml @@ -118,7 +118,7 @@ questions: type: int min: 9000 max: 65535 - default: 9001 + default: 9000 required: true - variable: minioHostPathEnabled diff --git a/test/minio/8.0.5/values.yaml b/test/minio/8.0.5/values.yaml index 9c03aa4a38b..702573e993d 100644 --- a/test/minio/8.0.5/values.yaml +++ b/test/minio/8.0.5/values.yaml @@ -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 diff --git a/test/nextcloud/2.3.2/questions.yaml b/test/nextcloud/2.3.2/questions.yaml index ab2ae990cf3..fb50040f7ce 100644 --- a/test/nextcloud/2.3.2/questions.yaml +++ b/test/nextcloud/2.3.2/questions.yaml @@ -116,7 +116,7 @@ questions: type: int min: 9000 max: 65535 - default: 9000 + default: 9001 required: true - variable: nextcloudDataHostPathEnabled diff --git a/test/nextcloud/2.3.2/values.yaml b/test/nextcloud/2.3.2/values.yaml index 12ee59bff9b..b60ae4172fb 100644 --- a/test/nextcloud/2.3.2/values.yaml +++ b/test/nextcloud/2.3.2/values.yaml @@ -14,4 +14,4 @@ nextcloud: strategy: "Recreate" service: - nodePort: 9000 + nodePort: 9001