Skip to content

Commit

Permalink
fix: update greptimedb and polardb-x port (apecloud#5535)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshanying authored Oct 19, 2023
1 parent 5a1d86b commit 5d7fc6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions deploy/greptimedb/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 0 additions & 8 deletions deploy/nebula/templates/clusterdefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/polardbx/templates/clusterDefintion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d7fc6c

Please sign in to comment.