Skip to content

Commit f5a3c51

Browse files
committed
keycloak fix
1 parent f367e85 commit f5a3c51

File tree

2 files changed

+2430
-1
lines changed

2 files changed

+2430
-1
lines changed

k8s/manifests/infrastructure/keycloak-mysql.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ spec:
4040
secretKeyRef:
4141
key: MYSQL_PASSWORD
4242
name: keycloak-mysql-secrets
43-
43+
volumeMounts:
44+
- name: keycloak-mysql-data
45+
mountPath: /var/lib/mysql
46+
volumes:
47+
- name: keycloak-mysql-data
48+
persistentVolumeClaim:
49+
claimName: keycloak-mysql-pvc
4450

4551
---
4652
apiVersion: v1

0 commit comments

Comments
 (0)