Skip to content

Commit

Permalink
chore: polardb updates workloadType from Consensus to Stateful (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshanying authored Oct 9, 2024
1 parent 2e8261a commit 40dc40c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/polardbx/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: polardbx
description: PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.

type: application
version: 0.9.0
version: 0.9.1
appVersion: v2.3

keywords:
Expand Down
6 changes: 3 additions & 3 deletions addons/polardbx/templates/clusterDefintion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
volumeName: scripts
namespace: {{ .Release.Namespace }}
defaultMode: 0555
workloadType: Consensus
workloadType: Stateful
characterType: polardbx
rsmSpec:
roles:
Expand All @@ -38,7 +38,7 @@ spec:
command:
- sh
- -c
- |
- |
mysql -h127.0.0.1 -P3306 -uroot -N -B -e "select role from information_schema.alisql_cluster_local" | xargs echo -n
memberUpdateStrategy: Serial
service:
Expand Down Expand Up @@ -218,7 +218,7 @@ spec:
volumeName: scripts
namespace: {{ .Release.Namespace }}
defaultMode: 0555
workloadType: Consensus
workloadType: Stateful
characterType: polardbx
componentDefRef:
- &gmsRef
Expand Down

0 comments on commit 40dc40c

Please sign in to comment.