From 130e04d9034cf39143400eabc40871d58ed152a3 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Thu, 12 Oct 2023 13:40:34 +0200 Subject: [PATCH] Added 1 volume for roundcube --- kustomize/roundcube-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kustomize/roundcube-deployment.yaml b/kustomize/roundcube-deployment.yaml index acf43d7..7e91029 100644 --- a/kustomize/roundcube-deployment.yaml +++ b/kustomize/roundcube-deployment.yaml @@ -28,6 +28,10 @@ spec: volumeMounts: - name: roundcube-persistent-storage mountPath: /var/roundcube + subPath: roundcube-storage + - name: roundcube-persistent-storage + mountPath: /var/www/html + subPath: roundcube-installation resources: limits: memory: "128Mi"