From 79c3e0ca39a11eb4745930b0160b76af47d80464 Mon Sep 17 00:00:00 2001 From: Benedith Mulongo Date: Thu, 30 Jan 2025 18:52:46 +0100 Subject: [PATCH] Comment volume mount h2 Signed-off-by: Benedith Mulongo --- keycloak/base/keycloak-deployment.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/keycloak/base/keycloak-deployment.yaml b/keycloak/base/keycloak-deployment.yaml index f7dec3c..1d8e72d 100644 --- a/keycloak/base/keycloak-deployment.yaml +++ b/keycloak/base/keycloak-deployment.yaml @@ -15,13 +15,6 @@ spec: labels: app: keycloak spec: - initContainers: - - name: init-permissions - image: busybox - command: [ "sh", "-c", "chmod -R 777 /opt/keycloak/data/h2" ] - volumeMounts: - - mountPath: /opt/keycloak/data/h2 - name: storage containers: - name: keycloak # image: quay.io/keycloak/keycloak:23.0.1 @@ -75,8 +68,8 @@ spec: # successThreshold: 1 # Number of successful probes to consider the pod ready # failureThreshold: 5 volumeMounts: - - mountPath: /opt/keycloak/data/h2/ - name: storage + # - mountPath: /opt/keycloak/data/h2/ + # name: storage - name: keycloak-tls-secret mountPath: /etc/ssl/certs readOnly: true