Skip to content

Commit

Permalink
Use 2 replicas for Keycloak EDB on starterset (#2256)
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]>
  • Loading branch information
Jamstah authored Oct 16, 2024
1 parent a12decb commit 12dffd1
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 @@ -897,7 +897,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 @@ -897,7 +897,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 @@ -899,7 +899,7 @@ const StarterSet = `
name: keycloak-edb-cluster
data:
spec:
instances: 1
instances: 2
resources:
limits:
cpu: 200m
Expand Down

0 comments on commit 12dffd1

Please sign in to comment.