We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c099b commit 66b8126Copy full SHA for 66b8126
chart/templates/keycloak-statefulset.yaml
@@ -13,6 +13,8 @@ spec:
13
serviceName: {{ include "lightrun-keycloak.name" . }}
14
updateStrategy:
15
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
18
replicas: {{ .Values.deployments.keycloak.replicas }}
19
selector:
20
matchLabels:
0 commit comments