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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue