Comment volume mount h2
Signed-off-by: Benedith Mulongo <benedith@sunet.se>
This commit is contained in:
parent
da0152513d
commit
79c3e0ca39
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue