Skip to content

Commit

Permalink
Use 2 replicas for Keycloak EDB on starterset (#2256) (#2257)
Browse files Browse the repository at this point in the history
Using one replica prevents cluster upgrade due to the pod disruption budget, so set the default to use two.

Signed-off-by: James Hewitt <[email protected]>
Co-authored-by: James Hewitt <[email protected]>
  • Loading branch information
Daniel-Fan and Jamstah authored Oct 16, 2024
1 parent 9863d60 commit 9d28dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/size/starterset_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ const StarterSet = `
name: keycloak-edb-cluster
data:
spec:
instances: 1
instances: 2
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion controllers/size/starterset_ppc64le.go
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ const StarterSet = `
name: keycloak-edb-cluster
data:
spec:
instances: 1
instances: 2
resources:
limits:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion controllers/size/starterset_s390x.go
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ const StarterSet = `
name: keycloak-edb-cluster
data:
spec:
instances: 1
instances: 2
resources:
limits:
cpu: 200m
Expand Down

0 comments on commit 9d28dfb

Please sign in to comment.