Skip to content

Commit 66b8126

Browse files
committed
backend and keycloak updates
1 parent a6c099b commit 66b8126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chart/templates/keycloak-statefulset.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ spec:
1313
serviceName: {{ include "lightrun-keycloak.name" . }}
1414
updateStrategy:
1515
type: RollingUpdate
16+
# For clusters with more than 3 pods, consider changing the number of "owner nodes" as described in
17+
# https://www.keycloak.org/server/caching#_configuring_caches -> Configuring caches for availability
1618
replicas: {{ .Values.deployments.keycloak.replicas }}
1719
selector:
1820
matchLabels:

0 commit comments

Comments
 (0)