Skip to content

Commit 8362c55

Browse files
committed
fix(keycloak): disable oblik to prevent OOMKill on keycloak pod
1 parent 6a621cc commit 8362c55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.kontinuous/env/dev/templates/keycloak.deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ metadata:
44
name: keycloak
55
labels:
66
app: keycloak
7+
annotations:
8+
oblik.socialgouv.io/enabled: "false"
79
spec:
810
replicas: 1
911
selector:
@@ -13,6 +15,8 @@ spec:
1315
metadata:
1416
labels:
1517
app: keycloak
18+
annotations:
19+
oblik.socialgouv.io/enabled: "false"
1620
spec:
1721
containers:
1822
- name: keycloak

0 commit comments

Comments
 (0)