Skip to content

Commit 9a554d7

Browse files
committed
backend and keycloak updates
1 parent 71a8d88 commit 9a554d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

chart/templates/backend-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
{{- include "lightrun-backend-crons.environmentVariables" . | nindent 12 }}
145145
- name: SPRING_PROFILES_ACTIVE
146146
value: "prod,swagger,cluster"
147-
{{- /* >>> BEGIN updated env-emitting block <<< */}}
147+
148148
{{- $envs := .Values.deployments.backend.extraEnvs | default (list) -}}
149149
{{- $memMi := include "mem-to-mi" (.Values.deployments.backend.resources.memory | default "") | int -}}
150150
{{- $javaVal := (include "get-env" (list $envs "_JAVA_OPTIONS") | trim) -}}

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)