From cdb96816740a82d2f9f1dbf5f60bcbbc4103e10f Mon Sep 17 00:00:00 2001 From: micw Date: Sun, 13 Oct 2019 19:40:52 +0200 Subject: [PATCH] Update smtp.yaml Remove unused volume from smtp.yaml --- docs/kubernetes/mailu/smtp.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/kubernetes/mailu/smtp.yaml b/docs/kubernetes/mailu/smtp.yaml index da029a33..248cf1f2 100644 --- a/docs/kubernetes/mailu/smtp.yaml +++ b/docs/kubernetes/mailu/smtp.yaml @@ -27,9 +27,6 @@ spec: memory: 2Gi cpu: 500m volumeMounts: - - mountPath: /data - name: maildata - subPath: maildata - mountPath: /queue name: maildata subPath: mailqueue