From 8b7448cb959b66f3f3e98a371dc93858cc8e23ee Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Thu, 16 Nov 2023 17:00:09 -0500 Subject: [PATCH] Fixup to NodePort range for Operator --- .../operations/install-deploy-manage/deploy-operator-helm.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/operations/install-deploy-manage/deploy-operator-helm.rst b/source/operations/install-deploy-manage/deploy-operator-helm.rst index f9d9ef9c..8da871de 100644 --- a/source/operations/install-deploy-manage/deploy-operator-helm.rst +++ b/source/operations/install-deploy-manage/deploy-operator-helm.rst @@ -135,10 +135,10 @@ You can modify the Operator deployment after installation. port: 9090 protocol: TCP targetPort: 9090 - nodePort: 39090 + nodePort: 30090 type: NodePort - You can attempt to connect to the MinIO Operator Console by specifying port ``39090`` on any of the worker nodes in the deployment. + You can attempt to connect to the MinIO Operator Console by specifying port ``30090`` on any of the worker nodes in the deployment. #. Retrieve the Console Access Token