Skip to content

Commit

Permalink
fix: Make 5 replicas the default
Browse files Browse the repository at this point in the history
Many recovery issues have been observed when losing a node during chaos
testing. Moving to a 5 node cluster has improved recovery success rate.
  • Loading branch information
LukeRepko committed May 10, 2024
1 parent 9d76abc commit 15b4bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/mariadb-cluster/base/mariadb-galera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
storage: 10Gi
storageClassName: general

replicas: 3
replicas: 5
podSecurityContext:
runAsUser: 0

Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
effect: "NoSchedule"

podDisruptionBudget:
maxUnavailable: 33%
maxUnavailable: 40%

updateStrategy:
type: RollingUpdate
Expand Down

0 comments on commit 15b4bf1

Please sign in to comment.