Comment volume mount h2

Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
Benedith Mulongo 2025-01-30 18:52:46 +01:00
parent da0152513d
commit 79c3e0ca39
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -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