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: labels:
app: keycloak app: keycloak
spec: 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: containers:
- name: keycloak - name: keycloak
# image: quay.io/keycloak/keycloak:23.0.1 # image: quay.io/keycloak/keycloak:23.0.1
@ -75,8 +68,8 @@ spec:
# successThreshold: 1 # Number of successful probes to consider the pod ready # successThreshold: 1 # Number of successful probes to consider the pod ready
# failureThreshold: 5 # failureThreshold: 5
volumeMounts: volumeMounts:
- mountPath: /opt/keycloak/data/h2/ # - mountPath: /opt/keycloak/data/h2/
name: storage # name: storage
- name: keycloak-tls-secret - name: keycloak-tls-secret
mountPath: /etc/ssl/certs mountPath: /etc/ssl/certs
readOnly: true readOnly: true