From 5d7fc6c9045e0e3688185fe735efa4a393552fb0 Mon Sep 17 00:00:00 2001 From: Shanshan Date: Thu, 19 Oct 2023 14:36:07 +0800 Subject: [PATCH] fix: update greptimedb and polardb-x port (#5535) --- deploy/greptimedb/templates/clusterdefinition.yaml | 4 ++-- deploy/nebula/templates/clusterdefinition.yaml | 8 -------- deploy/polardbx/templates/clusterDefintion.yaml | 4 ++-- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/deploy/greptimedb/templates/clusterdefinition.yaml b/deploy/greptimedb/templates/clusterdefinition.yaml index 146b333698e..0c6b7fc1226 100644 --- a/deploy/greptimedb/templates/clusterdefinition.yaml +++ b/deploy/greptimedb/templates/clusterdefinition.yaml @@ -8,9 +8,9 @@ spec: connectionCredential: username: root password: "$(RANDOM_PASSWD)" - endpoint: "$(SVC_FQDN):$(SVC_PORT_tcp-mysql)" + endpoint: "$(SVC_FQDN):$(SVC_PORT_mysql)" host: "$(SVC_FQDN)" - port: "$(SVC_PORT_tcp-mysql)" + port: "$(SVC_PORT_mysql)" accesskey: "" secretkey: "" componentDefs: diff --git a/deploy/nebula/templates/clusterdefinition.yaml b/deploy/nebula/templates/clusterdefinition.yaml index acecb6579bf..800f4d6ebf6 100644 --- a/deploy/nebula/templates/clusterdefinition.yaml +++ b/deploy/nebula/templates/clusterdefinition.yaml @@ -5,14 +5,6 @@ metadata: labels: {{- include "nebula.labels" . | nindent 4 }} spec: - connectionCredential: - username: root - password: "$(RANDOM_PASSWD)" - endpoint: "$(SVC_FQDN):$(SVC_PORT_tcp-nebula)" - host: "$(SVC_FQDN)" - port: "$(SVC_PORT_tcp-nebula)" - accesskey: "" - secretkey: "" componentDefs: - name: nebula-console workloadType: Stateless diff --git a/deploy/polardbx/templates/clusterDefintion.yaml b/deploy/polardbx/templates/clusterDefintion.yaml index 42a8bc7c70d..2f64dd8a5d6 100644 --- a/deploy/polardbx/templates/clusterDefintion.yaml +++ b/deploy/polardbx/templates/clusterDefintion.yaml @@ -8,9 +8,9 @@ spec: connectionCredential: username: "polardbx_root" password: "$(RANDOM_PASSWD)" - endpoint: "$(SVC_FQDN):$(SVC_PORT_polardbx)" + endpoint: "$(SVC_FQDN):$(SVC_PORT_mysql)" host: "$(SVC_FQDN)" - port: "$(SVC_PORT_polardbx)" + port: "$(SVC_PORT_mysql)" metaDbPasswd: "$(RANDOM_PASSWD)" componentDefs: - name: gms